Explore topic-wise MCQs in C Interview.

This section includes 1 Mcqs, each offering curated multiple-choice questions to sharpen your C Interview knowledge and support exam preparation. Choose a topic below to get started.

1.

The #else directive is used for _________

A. Conditionally include source text if the previous if, ifdef, ifndef, or elif test fails
B. Conditionally include source text if a macro name is not defined
C. Conditionally include source text if a macro name is defined
D. Ending conditional text
Answer» E.