Table of Contents
The following concepts are addressed:
C programs as a set of functions and declarations.
The C compiler and the way it processes files.
Basic data types and its modifiers: integer, char, and real numbers.
Arrays
Structures
Unions
Enumerations
Local, global and static variables.
Function declaration and prototype.
Parameter passing.
Static functions.