Networking, Programming and Graphics Tutorials

Goto statement - C++ [1/1]

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

The goto statement in C++is used for unconditional branching. When the control needs to be transferred from one part of the program to another unconditionally the goto statement can be used. The goto statement requires a label, which specifies where the control needs to be transferred in the program. Label is a valid variable name, which is placed before the statement where the control has to be transferred in the program.

Goto statement - C++
Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - Goto statement - C++ [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: c++ goto statement  c++ goto statement  goto statement in c++  c goto statement  goto statement in C++  what is goto statement in c++  goto statement in c++  goto statement c++  GOTO statement in c++ example  "goto statement in c"