Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

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

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment