C++20 sections · 1024 units
Open in CourseQuiz: if Basics
Test understanding
Check Your Understanding
What happens when the condition in an if statement is false?
- A.The block of code is skipped
- B.The program ends
- C.The condition is checked again
- D.The program crashes