Saved Bookmarks
| 1. |
Choose the directive that is used to remove previously defined definition of the macro name that follows it - (A) # remdef(B) # pragma(C) # undef(D) # define |
|
Answer» Correct option - (C) # undef Explanation:- The preprocessor directive #undef OKAY would cause the definition of OKAY to be removed from the system. |
|