Discussion :: C Preprocessor
-
Preprocessor directive #ifdef .. #else ... #endif is used for conditional compilation.
Answer : Option A
Explanation :
True, these macros are used for conditional operation.
#if <constant-expression> #elif <constant-expression> #endif
Be The First To Comment