Computer Science, asked by ab2011477, 5 months ago

this statement breaks the sequence of execution of statements by jumping to a particular line specified in the label option a go to statements option b operators option c program option d none of these​

Answers

Answered by kalivyasapalepu99
0

the go to statement is the answer

A goto statement in C programming provides an unconditional jump from the 'goto' to a labeled statement in the same function.

NOTE − Use of goto statement is highly discouraged in any programming language because it makes difficult to trace the control flow of a program, making the program hard to understand and hard to modify. Any program that uses a goto can be rewritten to avoid them.

please mark my answers as brainliest

Answered by farhaansayyad1234
0

Goto statement

.....................

Similar questions