Question

Which of the following does not cause a syntax error to be reported by the C++ compiler?
a. Mismatched {}.
b. Missing */ in a comment.
c. Missing ; at the end of a statement.
d. Extra blank lines.

Answer

This answer is hidden. It contains 18 characters.