C Programming - C Preprocessor - Discussion

Discussion Forum : C Preprocessor - True / False Questions (Q.No. 10)
10.
Macros with arguments are allowed
True
False
Answer: Option
Explanation:

True, A macro may have arguments.

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

Discussion:
1 comments Page 1 of 1.

Robert caldwel s said:   9 years ago
Ya macros can have arguments!

Post your comments here:

Your comments will be displayed after verification.