C++20 sections · 1024 units
Open in Course

Quiz: Post-check loop

Post-check loop

Check Your Understanding

How is do-while different from while?

  1. A.They are identical
  2. B.do-while is faster
  3. C.do-while always runs at least once
  4. D.do-while cannot use conditions
Start the roadmap to answer the quizzes and solve the challenges