Tag: programming
All the articles with the tag "programming".
Exploring the Oddities of Character Literals in C
Published: at 12:00 PMCharacter literals in C are more versatile than they appear. Dive into their surprising oddities, like octal and hexadecimal representations.
Understanding the C Language void Keyword
Published: at 12:00 PMA deep dive into the C Language void keyword, its purpose and usage.