C Preprocessor - True / False Questions Online Exam Quiz

C Preprocessor - True / False Questions GK Quiz. Question and Answers related to C Preprocessor - True / False Questions. MCQ (Multiple Choice Questions with answers about C Preprocessor - True / False Questions

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

Options

A : True

B : False

C : -

D : -

View Answer

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

Options

A : True

B : False

C : -

D : -

View Answer

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

Options

A : True

B : False

C : -

D : -

View Answer

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

Options

A : True

B : False

C : -

D : -

View Answer

Macro calls and function calls work exactly similarly.

Options

A : True

B : False

C : -

D : -

View Answer

A macro must always be defined in capital letters.

Options

A : True

B : False

C : -

D : -

View Answer

Macros have a local scope.

Options

A : True

B : False

C : -

D : -

View Answer

Every C program will contain at least one preprocessor directive.

Options

A : True

B : False

C : -

D : -

View Answer

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

Options

A : True

B : False

C : -

D : -

View Answer

Macros with arguments are allowed

Options

A : True

B : False

C : -

D : -

View Answer

Arrays - General Questions more Online Exam Quiz