C++20 sections · 1024 units
Open in CourseQuiz: Statement termination
Statement termination
Check Your Understanding
What happens if you forget a semicolon in C++?
- A.The compiler gives an error
- B.The program runs slower
- C.Nothing, it is optional
- D.The output changes