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

Options

A : True

B : False

C : -

D : -

Click to view Correct Answer

Previous || Next

C Preprocessor - True / False Questions more questions

Every C program will contain at least one preprocessor directive.

Preprocessor directive #ifdef .. #else ... #endif is used for....

Macros with arguments are allowed

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

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

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

Once preprocessing is over and the program is sent for....

Point out the error in the program?

Point out the error in the program?

Point out the error in the program?

Arrays - General Questions more Online Exam Quiz