C++20 sections · 1024 units
Open in Course

Quiz: switch Statement

Test understanding

Check Your Understanding

What happens if you forget break in a switch case?

  1. A.The program crashes
  2. B.The switch exits immediately
  3. C.The case is skipped
  4. D.Execution continues to the next case
Start the roadmap to answer the quizzes and solve the challenges