Programming with C

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

Decision making statements

Based upon the outcome of particular condition, decision making statements transfer control from one point to another. Selection statements select a statement to be executed among a various set of statements

Selection statements in C are as follows

  • if statement
  • if-else statement
  • Nested if statement
  • Nested if-else statement
  • if..else if..else
  • switch 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