C Preprocessor - Programming

Q1:

Once preprocessing is over and the program is sent for the compilation the macros are removed from the expanded source code.

A True

B False

ANS:A - True

True, After preprocessing all the macro in the program are removed.