Tag: printf
Debugging Your Programs: From printf to GDB
The essence of writing code is to also be able to debug it. Debugging programs not only help to remove kinks from the code,...
Joy of Programming: Understanding Bit-fields in C
One important feature that distinguishes C as a systems programming language is its support for bit-fields. Let us explore this feature in this column.
In...
CodeSport
Welcome to CodeSport! In this column, we provide the solutions to a few of the questions we had featured last month.
Last month's column featured...
Joy of Programming: Some Puzzling Things About C Language!
Have you wondered why some of the features of C language are unintuitive? As we'll see in this column, there are historical reasons for...