Examveda
Examveda

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

C. It generates a compilation error

D. It defines the DEBUG macro

Answer: Option B


This Question Belongs to C Program >> C Preprocessor

Join The Discussion

Related Questions on C Preprocessor