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: 1235 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: "goto statement c++"  goto statement in C++  goto statement c++  GOTO statement in c++  goto statement in C++ with example  c++ goto statement  Goto Statement(C++)  c++ goto statement  c++ goto statement  c++ goto statement example  "GOTO STATEMENT IN C++"  problems with goto statement C++  goto statement in C++ description  goto in c++  Goto Page in PDF By .net  goto statements C++ code  c++ else statement  "do while statement C++"  if statement c++  The if statement c++