C++ goto Statement

The goto statement in C++ is also referred to as the jump statement. Any program that employs a goto can be revised to do without it.