Computer Science, asked by annakiliarunkumar, 5 months ago

give 1 example statement for unconditional jump​

Answers

Answered by jayu23
12

Answer:

There are four statements that cause unconditional jumps in C: break , continue, goto, and return. 6.5.1. The break Statement. The break ...

Answered by akankshagavhane25
0

Answer:

Unconditional Jumps. Jump statements interrupt the sequential execution of statements, so that execution continues at a different point in the program. A jump destroys automatic variables if the jump destination is outside their scope.

Similar questions