C Preprocessor - Programming

Q1:

A macro must always be defined in capital letters.

A True

B False

ANS:B - False

FALSE, The macro is case insensitive.