C++ Statement goto
C++ examples for Statement:goto
HOME
C++
Statement
goto
Description
Click the following links for the tutorial for Statement and goto.
Goto is supported in C++
Using a goto to end the loop rather than a break.
Program to show use of goto. This program ends only when the user presses Ctrl-Break.
Using goto.