About Lesson
Jump Statements
Jumping statements are used to transfer the program‟s control from one location to another, these are set of keywords which are responsible to transfer program‟s control within the same block or from one function to another.
There are four jumping statements in C language
-
goto statement
-
return statement
-
break statement
-
continue statement