Home / C Programming / C Preprocessor :: Discussion

Discussion :: C Preprocessor

  1. If the file to be included doesn't exist, the preprocessor flashes an error message.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    True, the included file does not exist it will generate the error.


Be The First To Comment