Tag: c language
All the articles with the tag "c language".
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.
Testing Using Assert and a CI Pipeline
Published: at 12:00 PMUsing C's assert feature and GitHub Actions for continuous integration (CI).
Understanding the C Language void Keyword
Published: at 12:00 PMA deep dive into the C Language void keyword, its purpose and usage.