C++20 sections · 1024 units
Open in Course

Quiz: Nested if

Test understanding

Check Your Understanding

When does the inner if statement in a nested if get checked?

  1. A.Only when the outer if is true
  2. B.Always, before the outer if
  3. C.Only when the outer if is false
  4. D.At the same time as the outer if
Start the roadmap to answer the quizzes and solve the challenges