-
The #else directive is used for _________.
-
- Ending conditional text
- Conditionally include source text if a macro name is defined
- Conditionally include source text if the previous #if, #ifdef, #ifndef, or #elif test fails
- Conditionally include source text if a macro name is not defined
- None of these
Correct Option: C
Conditionally include source text if the previous #if, #ifdef, #ifndef, or #elif test fails