What is the use of GOTO statement?Explain with an example.
Answers
Answered by
1
Answer:
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.
Answered by
1
Answer:
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.
Explanation:
Mark me as the brainliest
Similar questions