goto statement in c - goto Statement in C Program
Learn c - c tutorial - goto Statement in C Program(Repeat) - c examples - c programs
goto Statement in C Program
- goto Statement is a programming language and it performs a one-way transfer.
- Jumped-to locations are generally identified using labels, though some languages use line numbers at the machine code level.
- A goto is a form of branch or jump statement.
Learn c - c tutorial - goto Statement in C Program - c examples - c programs
a) goto Statement in C Program (Repeat)
Sample Code
Output
b) goto Statement in C Program (Quit)
Learn C - C tutorial - goto Statement in C Program - C examples - C programs