user image

Pooja Sharma

Job Interview Skills
English
2 years ago

64. What is the difference between a while statement and a do statement?

user image

Abhishek Mishra

2 years ago

A while statement checks at the beginning of a loop to see whether the next loop iteration should occur. A do statement checks at the end of a loop to see whether the next iteration of a loop should occur. The do statement will always execute the body of a loop at least once.

Recent Doubts

Close [x]