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