Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

  1. Macros have a local scope.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    False, The scope of macros is globals and functions. Also the scope of macros is only from the point of definition to the end of the file.


Be The First To Comment