Examveda
Examveda

In C, how do you use the #ifndef directive to conditionally include code if a macro is not defined?

A. #ifndef MACRO

B. #ifndef(MACRO)

C. #ifndef:MACRO

D. #ifndef: MACRO

Answer: Option A


This Question Belongs to C Program >> C Preprocessor

Join The Discussion

Related Questions on C Preprocessor