Wednesday 1 December 2010

A continue statement causes execution to skip to

► the return 0; statement
► the first statement after the loop
► the statements following the continue statement
the next iteration of the loop
continue statement is used, when at a certain stage, you don’t want to execute the
remaining statements inside your loop and want to go to the start of the loop.

No comments:

Post a Comment