C #undefThe #undef preprocessor directive is used to undefine the constant or macro defined by #define. Syntax: Let's see a simple example to define and undefine a constant. Output: Compile Time Error: 'PI' undeclared The #undef directive is used to define the preprocessor constant to a limited scope so that you can declare constant again. Let's see an example where we are defining and undefining number variable. But before being undefined, it was used by square variable. Output: 225
Next TopicC #ifdef
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week