Examveda
Examveda

What is the result of the #ifdef 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 A


This Question Belongs to C Program >> C Preprocessor

Join The Discussion

Related Questions on C Preprocessor