What is LABEL GOTO statement?
Answers
Answered by
2
The goto statement is a jumpstatement which is sometimes also referred to as unconditional jumpstatement. The goto statement can be used to jump from anywhere to anywhere within a function. Syntax: The statement immediately followed after 'label:' is the destinationstatement.
Similar questions