C Programming - C Preprocessor - Discussion

Discussion Forum : C Preprocessor - True / False Questions (Q.No. 9)
9.
Preprocessor directive #ifdef .. #else ... #endif is used for conditional compilation.
True
False
Answer: Option
Explanation:

True, these macros are used for conditional operation.


#if <constant-expression>
#elif <constant-expression>
#endif
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.