C++20 sections · 1024 units
Open in Course

Quiz: if Basics

Test understanding

Check Your Understanding

What happens when the condition in an if statement is false?

  1. A.The block of code is skipped
  2. B.The program ends
  3. C.The condition is checked again
  4. D.The program crashes
Start the roadmap to answer the quizzes and solve the challenges