11. 

In a macro call the control is passed to the macro.

A. True
B. False

12. 

A header file contains macros, structure declaration and function prototypes.

A. True
B. False

13. 

The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces.

A. True
B. False

14. 

A preprocessor directive is a message from compiler to a linker.

A. True
B. False

15. 

Once preprocessing is over and the program is sent for the compilation the macros are removed from the expanded source code.

A. True
B. False