Networking, Programming and Graphics Tutorials

Continue statement - C++ [1/2]

Type:
Continue statement - C++
Level: Beginner Networking, Programming and Graphics Tutorials 
Continue statement - C++
Date: 2006-Dec-04
Continue statement - C++
Visited: 3452 times
Continue statement - C++
Rating: Continue statement - C++
Continue statement - C++
Author: Alex Plumpton

In this tutorial you will learn about continue statement in C++ language .
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.

Continue statement - C++
During program execution, when the continue statement is encountered, the control is automatically transferred to the beginning of the loop, thus causing the loop to be executed once again.

Means to Learn

Networking, Programming and Graphics Tutorials - Continue statement - C++ [1/2] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: C++ continue statement  continue statement in c++  c++ continue statement  c++ continue statement  continue statement for c++  continue statement in c++  continue statement c++  c++ continue statement  continue statement c language  continue statement in c language