C Preprocessor - Programming

Q1:

Macros have a local scope.

A True

B False

ANS:B - False

False, The scope of macros is globals and functions. Also the scope of macros is only from the point of definition to the end of the file.