Q. Which loop is guaranteed to execute its body at least once?
Solution:
A do-while loop checks its condition after executing the loop body. Therefore, the body is always executed at least one time, even if the condition is initially false.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.