Question: Every C program will contain at least one preprocessor directive.

Options

A : True

B : False

C : -

D : -

Click to view Correct Answer

Exam Quiz App on Google Play

Previous || Next

C Preprocessor - True / False Questions more questions

There exists a way to prevent the same file from....

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

Macro calls and function calls work exactly similarly.

A macro must always be defined in capital letters.

Macros have a local scope.

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.

The preprocessor can trap simple errors like missing declarations, nested....

Arrays - General Questions more Online Exam Quiz