Computer Science, asked by wanihashim80, 3 months ago

What is LABEL GOTO statement?​

Answers

Answered by debanjanghosh369
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