Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

  1. The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    False, the preprocessor cannot trap the errors, it only replaces the macro with the given expression. But the compiler will detect errors.


Be The First To Comment