C++20 sections · 1024 units
Open in CourseQuiz: Post-check loop
Post-check loop
Check Your Understanding
How is do-while different from while?
- A.do-while always runs at least once
- B.do-while is faster
- C.They are identical
- D.do-while cannot use conditions