Q14
What is the result of the #ifndef DEBUG directive if the DEBUG macro is defined?
A.
The code block following it is included
B.
The code block following it is excluded
AnswerC.
It generates a compilation error
D.
It defines the DEBUG macro
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board