True, the header file contains classes, function prototypes, structure declaration, macros.
Discuss About this Question.
False, Always the macro is substituted by the given text/expression.
True, A macro may have arguments.
Example: #define CUBE(X)(X*X*X)
True, these macros are used for conditional operation.
#if <constant-expression> #elif <constant-expression> #endif
False, the preprocessor directive is not mandatory in any c program.
To install on iPhone/iPad: tap Share → Add to Home Screen.
Discuss About this Question.