MCQOPTIONS
Saved Bookmarks
| 1. |
The #else directive is used for _________. |
| A. | Ending conditional text |
| B. | Conditionally include source text if a macro name is defined |
| C. | Conditionally include source text if the previous #if, #ifdef, #ifndef, or #elif test fails |
| D. | Conditionally include source text if a macro name is not defined |
| E. | None of these |
| Answer» D. Conditionally include source text if a macro name is not defined | |