C++20 sections · 1024 units
Open in CourseQuiz: Nested if
Test understanding
Check Your Understanding
When does the inner if statement in a nested if get checked?
- A.Only when the outer if is true
- B.Always, before the outer if
- C.Only when the outer if is false
- D.At the same time as the outer if