explain the features go to
Answers
Answered by
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
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
India Languages,
6 months ago
Computer Science,
6 months ago
Physics,
11 months ago
Biology,
11 months ago