Computer Science, asked by sahuharshika938, 2 months ago

explain goto statement in basic​

Answers

Answered by Anonymous
0

The goto statement is a jump statement which is sometimes also referred to as unconditional jump statement. The goto statement can be used to jump from anywhere to anywhere within a function. Syntax: ... Here label is a user-defined identifier which indicates the target statement

Answered by savagekshiraj
2

The GOTO statement sends the procedure to a line label or a line number in the program

Similar questions