Write about GOTO Statement. with syntax
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. Syntax: ... In the above syntax, the first line tells the compiler to go to or jump to the statement marked as a label
Answered by
1
Explanation:
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: Syntax1 | Syntax2 ---------------------------- goto label; | label: .
Similar questions
Math,
8 days ago
English,
17 days ago
Sociology,
17 days ago
India Languages,
9 months ago
Hindi,
9 months ago