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
AnswerC.
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