Programming with C

⌘K
  1. Home
  2. Docs
  3. Programming with C
  4. Input/Output statements
  5. Jump statements

Jump statements

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

Articles

How can we help?

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments