1.

Macros with arguments are allowed

Answer» True, A macro may have arguments. Example: #define CUBE(X)(X*X*X)


Discussion

No Comment Found