Computer Science, asked by hattarkisneha64, 5 months ago

explain the features go to​

Answers

Answered by vishesh421157
0

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.

Answered by keyboardavro
0

Answer:

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: ... Here label is a user-defined identifier which indicates the target statement.

Similar questions