Top

Discussion

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

  • A.True
  • B.False

Answer: B

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

No comment is present. Be the first to comment.
Loading…

Post your comment