Computer Science, asked by khushu7811, 1 month ago

What indicates the goto statement in c programme

Answers

Answered by srimaniteja2008
0

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