C Programming :: C Preprocessor
-
Which of the following are correct preprocessor directives in C?
1: #ifdef 2: #if 3: #elif 4: #undef -
Which of the following are correctly formed #define statements in C?