Home » C Programming » C Preprocessor

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

Correct Answer: False

Explanation:

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion