Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

  1. Macros with arguments are allowed

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    True, A macro may have arguments.

    Example: #define CUBE(X)(X*X*X)


Be The First To Comment