C #ifndefThe #ifndef preprocessor directive checks if macro is not defined by #define. If yes, it executes the code otherwise #else code is executed, if present. Syntax: Syntax with #else: C #ifndef exampleLet's see a simple example to use #ifndef preprocessor directive. Output: Enter a:5 Value of a: 5 But, if you don't define INPUT, it will execute the code of #ifndef. Output: Value of a: 2
Next TopicC #if
|
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