Interview Questions

How do you override a defined macro?

C Interview Questions and Answers


(Continued from previous question...)

How do you override a defined macro?

You can use the #undef preprocessor directive to undefine (override) a previously defined macro.

(Continued on next question...)

Other Interview Questions