Jumping statements: are those statements which are used to change the flow of the execution of the program or as by its name jump at particular line for execution
types
1. Goto: used to jump at particular line of code
2. Continue: used to skip current step and perform next step in loops
3. Break
4. Return
No comments:
Post a Comment