Discussion :: C Preprocessor
-
Once preprocessing is over and the program is sent for the compilation the macros are removed from the expanded source code.
Answer : Option A
Explanation :
True, After preprocessing all the macro in the program are removed.
Be The First To Comment