Home » C Programming » C Preprocessor

Macros with arguments are allowed

Correct Answer: True

Explanation:

True, A macro may have arguments.


Example: #define CUBE(X)(X*X*X)


← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion