Related Questions

For each #if, #ifdef, and #ifndef directive.
What is the result of the #ifdef DEBUG directive if the DEBUG macro is defined?
In C, how do you use the #ifdef directive to conditionally include code if a macro is defined?