RSS Feed for This PostCurrent Article

What does break and continue statements do?

Continue statement continues the current loop (if label not specified) in a new iteration whereas break statement exits the current loop.

Trackback URL

Post a Comment