Vidyalelo
C Programming · Q8

C Preprocessor

Programming · C Programming · question 8

Q8

What does the #ifndef directive do in C preprocessing?

A.
Checks if a macro is defined
B.
Checks if a macro is not defined
Answer
C.
Checks if a variable is declared
D.
Checks if a function is defined

Answer: Option B

Solution

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