Computer Science, asked by swayamprabha95, 11 months ago

what are jump statement​

Answers

Answered by Piyush9431
9
Jump Statements

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.

MERI MÉ ÁS BRÁÎÑLĪST PLÈÄSÉ
Answered by Anonymous
13

\red{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.

Similar questions