C++20 sections · 1024 units
Open in CourseQuiz: if-else
Test understanding
Check Your Understanding
How many code paths execute in an if-else statement?
- A.Exactly one path
- B.Always both paths
- C.Zero, one, or two paths
- D.Only the if path
Test understanding
How many code paths execute in an if-else statement?