Discussion :: C Preprocessor
-
Macros with arguments are allowed
Answer : Option A
Explanation :
True, A macro may have arguments.
Example: #define CUBE(X)(X*X*X)
Be The First To Comment