MCQOPTIONS
Saved Bookmarks
| 1. |
The preprocessor directive which is used to remove the definition of an identifier which was previously defined with #define? |
| A. | #ifdef |
| B. | #undef |
| C. | #ifndef |
| D. | #def |
| Answer» C. #ifndef | |