C Preprocessor - Programming

Q1:

Preprocessor directive #ifdef .. #else ... #endif is used for conditional compilation.

A True

B False

ANS:A - True

True, these macros are used for conditional operation.

#if <constant-expression>
#elif <constant-expression>
#endif