What does break and continue statements do?
By in ASP.NET on Jul 13 2006
  • Manoj Kumar Duraisamy
    Dec, 2016 30

    break leaves a loop, continue jumps to the next iteration.

    • 0
  • Jul, 2006 13

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS