Important Notice:

Course Content
Building IoT Applications (Chapter-4) M4-R5.1
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     

  1. goto statement

  2. return statement

  3. break statement

  4. continue statement

error: Content is protected !!