C++20 sections · 1024 units
Open in Course

Quiz: Common Errors

Identifying mistakes

Check Your Understanding

A program is missing a semicolon after cout. Which line will the error message point to?

  1. A.The last line of the program
  2. B.The line with cout
  3. C.The first line of the program
  4. D.The line after cout (usually return)
Start the roadmap to answer the quizzes and solve the challenges