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
Math,
2 months ago
English,
2 months ago
Accountancy,
2 months ago
India Languages,
5 months ago
Computer Science,
5 months ago
Physics,
10 months ago
Biology,
10 months ago