Vidyalelo
C Programming · Q14

C Preprocessor

Programming · C Programming · question 14

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
Answer
C.
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