C Preprocessor - Programming

Q1:

In a macro call the control is passed to the macro.

A True

B False

ANS:B - False

False, Always the macro is substituted by the given text/expression.