Vidyalelo
C Programming · Q21

C Preprocessor

Programming · C Programming · question 21

Q21

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

A.
#ifndef MACRO
Answer
B.
#ifndef(MACRO)
C.
#ifndef:MACRO
D.
#ifndef: MACRO

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board