C Programming - C Preprocessor - Discussion

Discussion Forum : C Preprocessor - True / False Questions (Q.No. 15)
15.
Once preprocessing is over and the program is sent for the compilation the macros are removed from the expanded source code.
True
False
Answer: Option
Explanation:

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

Discussion:
2 comments Page 1 of 1.

Rohitkulkar said:   8 years ago
Yes, after expanding the macros are replaced by its defination in machine code.

As the replacement will be done in preprocessing and them compiled.

Abc said:   8 years ago
Yes, after expanding the macros are replaced by its defination in machine code.

Post your comments here:

Your comments will be displayed after verification.