A jump statement transfers the control from one point to another without checking any condition, i.e. unconditionally.
- goto statement
- break statement
- continue statement
- return statement
Views: 0
A jump statement transfers the control from one point to another without checking any condition, i.e. unconditionally.
Views: 0