Computer Science, asked by TbiaSupreme, 1 year ago

Define jumping. (Topic: CONTROL STRUCTURES IN C)

Answers

Answered by aqibkincsem
1

The statement Jumping is  used to relocate  control of the programfrom one location to another location .

These are accomplished by setting of keywords which are the root cause to transfer the control  within the same block or functional relocation.

There are four kind of jumping category in language  C language: Go to and return statement. Jump statements results a  jump which may be unconditional to another statement elsewhere in the code. They are applied  primarily to obstruct  switch statements and loops.

The jump statements are:

1)the go to statement,

2)the continue statement,

3)the break statement,

4)the return statement

Answered by ChromaticSoul
8

Jump is a term used to describe the process of connecting two pins together with a jumper. 2. With Prodigy, jump is a function that allowed a user to go to an exact page

Similar questions