The Preprocessor
The C Preprocessor processes a C source file before the compiler translates the program into object code.
The preprocessor follows the programmer's (preprocessing) directives.
All preprocessor directives start with the character #.
Previous slide
Next slide
Back to first slide
View graphic version