Examveda
Examveda

What does the #ifndef directive do in C preprocessing?

A. Checks if a macro is defined

B. Checks if a macro is not defined

C. Checks if a variable is declared

D. Checks if a function is defined

Answer: Option B


This Question Belongs to C Program >> C Preprocessor

Join The Discussion

Related Questions on C Preprocessor