C Language MCQ’S | C Preprocessor 8

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

A. True
B. False

 

37.
Macro calls and function calls work exactly similarly.

A. True
B. False

 

38.
A macro must always be defined in capital letters.

A. True
B. False

 

39.
Macros have a local scope.

A. True
B. False

 

40.
Every C program will contain at least one preprocessor directive.

A. True
B. False