e.
What is LABEL GOTO statement?
Answers
Answered by
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
2
Answer:
goto statement unconditional statement hai
Similar questions