C Preprocessor - Programming

Q1:

Macros with arguments are allowed

A True

B False

ANS:A - True

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