Q21
In C, how do you use the #ifndef directive to conditionally include code if a macro is not defined?
A.
#ifndef MACRO
AnswerB.
#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