Best Tutorials website


Continue statement - C++

Continue statement - C++

The continue statement works similar to the break statement. Instead of forcing termination, the continue statement forces the next iteration of the loop to take place skipping any code in between.




Views: 531 | Rating star | by Mathew




View this tutorial
Broken link Report broken link?