return statement is jump statement true or false
Answers
Answered by
0
Answer:
True
Explanation:
Answered by
1
Jump statements cause an unconditional jump to anotherstatement elsewhere in the code. They are used primarily to interrupt switchstatements 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.
SO. ANSWER IS OPPOSITION
TRUE
Similar questions