1. |
If the file to be included doesn't exist, the preprocessor flashes an error message. |
|||
|
2. |
Preprocessor directive #undef can be used only on a macro that has been #define earlier |
|||
|
3. |
There exists a way to prevent the same file from getting #included twice in the same program. |
|||
|