C Programming :: C Preprocessor
-
If the file to be included doesn't exist, the preprocessor flashes an error message.
-
Preprocessor directive #undef can be used only on a macro that has been #define earlier
-
There exists a way to prevent the same file from getting #included twice in the same program.
-
Preprocessor directive #ifdef .. #else ... #endif is used for conditional compilation.