KwickClips C · 39 sec · free
What does continue do?
Short answer. Skips the rest of that round.
What does break do?
Leaves the loop.
Remember
| continue: skip one round |
| break: leave the loop |
Break and continue both skip code. What is the difference? Continue skips only round three. Break stops the whole loop at five. So it prints one, two, four. Continue skips one round. Break leaves the loop.
This clip is from the full lesson: Loops in C: while, do-while and for — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 9 Information Technology (402), GSEB Std 10 Computer Studies
More KwickClips from this lesson
Voice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.




