Computer Science, asked by singhavtar543, 5 months ago

e.
What is LABEL GOTO statement?​

Answers

Answered by Anonymous
1

Answer:

A goto statement in C programming provides an unconditional jump from the 'goto' to a labeled statement in the same function. ... Any program that uses a goto can be rewritten to avoid them.

Explanation:

Answered by crissevan84
2

Answer:

goto statement unconditional statement hai

Similar questions