Showing posts with label The "goto" statement. Show all posts
Showing posts with label The "goto" statement. Show all posts

The goto statement in c++

The goto statement in c++

The "goto" statement

The" goto" statement is an unconditional control transfer statement. It is used to transfer the control to a specified label in the same program without evaluating any condition.
Creative Commons License
Pakistan How by Tahira Aijaz is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.