C Programming - C Preprocessor - Discussion

Discussion Forum : C Preprocessor - True / False Questions (Q.No. 13)
13.
The preprocessor can trap simple errors like missing declarations, nested comments or mismatch of braces.
True
False
Answer: Option
Explanation:

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

Discussion:
1 comments Page 1 of 1.

Shomoa said:   3 years ago
I can't understand this, someone please help me to get this.

Post your comments here:

Your comments will be displayed after verification.