1. 

If the file to be included doesn't exist, the preprocessor flashes an error message.

A. True
B. False

2. 

Preprocessor directive #undef can be used only on a macro that has been #define earlier

A. True
B. False

3. 

There exists a way to prevent the same file from getting #included twice in the same program.

A. True
B. False

4. 

A preprocessor directive is a message from programmer to the preprocessor.

A. True
B. False

5. 

Macro calls and function calls work exactly similarly.

A. True
B. False