Home » C Programming » C Preprocessor

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

Correct Answer: True

Explanation:

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion