Computer Science, asked by niroj659, 5 months ago

which statements is used for unconchitional jump​

Answers

Answered by humaira88
2

Answer:

Jump statements cause an unconditional jump to another statement elsewhere in the code. They are used primarily to interrupt switch statements and loops. The jump statements are the goto statement, the continue statement, the break statement, and the return statement, which are discussed in the following sections.

(MARK ME AS BRAINLIST)

Answered by Varshithamunnangi
1

jump statement interrupt the sequential execution of statements so that exclusion continues at a different point in program

There are four statements : that cause unconditional jumps

  1. break
  2. continue
  3. gota and
  4. return.

hope it helps you follow me ❤❤

Similar questions