Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

  1. In a macro call the control is passed to the macro.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    False, Always the macro is substituted by the given text/expression.


Be The First To Comment