InterviewSolution
Saved Bookmarks
| 1. |
How Do You Override A Defined Macro? |
|
Answer» You can use the #undef preprocessor DIRECTIVE to undefined (override) a PREVIOUSLY DEFINED macro. You can use the #undef preprocessor directive to undefined (override) a previously defined macro. |
|