Adding Numbers with Command Line Arguments A program that accepts two command line arguments in a specific order (an integer number followed by a double number) and sums them up.
The exit Statement An example of the use of an exit statement in a function.
Personal Libraries A program that uses functions taken form a personal library and header file.
Conditional Compilation A program that demonstrates the use of the different directives for conditional compilation.
Storage Classes A program that shows how the auto, static and register storage classes in C behave.
Function Macros Program that demonstrates the use of macros with parameters (function macros).