• Call Us: +91 9437911966
  • Email Us: info@studentstutorial.com
  • Home
  • C Examples
  • Server Side
    • PHP
    • Java
    • CodeIgniter
    • Laravel
    • JSP
    • JDBC
  • Frontend
    • HTML
    • CSS
    • Javascript
    • jQuery
    • AJAX
    • FPDF
    • TCPDF
  • APP & DB
    • Android
    • Cordova
    • SQL
    • Oracle
  • Project
C Tutorial C Introduction C Characteristic C Comments C Operator C Assign Operator C Arithmetic Oper.. C Logical Operator C Modulus Operator C Variable C Initialise Variable C Print F C Translators C Programming C Control Flow C If Else Statement C Nested If Else C Loops C While Loops C For Loops C Do While C Nested Loops

C Control Flow Statements

   

The execution flow of the programming is under control of control flow statements.

In ‘c’ programming language control flow statements are classified into 3 types:

  1. Decision making statements If else
  2. Selection statements
    1. switch
  3. Iteration statements
    1. while
    2. for
    3. do while
  4. Jumping statements
    1. breaks
    2. continue
    3. and go to

Decision making Statements

When we are working with a decision making statement if condition is true then block is executed if condition is false then corresponding block will be ignored.

Jump statement

Jump statements are generally used to interrupt the normal flow of a program.

Iteration Statement

Iteration statements are used to create loops in the program. Loops means a block of code executed repeatedly until the condition we write in the program is satisfied.

Iteration statements in C are for, while and do-while.

Student Tutorial is a online tutorial for web design and development. Here you can find easy example and explanation for each tutorial.
Copyright © 2016-2025 Student Tutorial

Server Side

  • PHP
  • Java
  • CodeIgniter
  • Laravel
  • JSP
  • JDBC

Frontend

  • HTML
  • CSS
  • Javascript
  • jQuery
  • AJAX
  • FPDF

App & Database

  • Android
  • Cordova
  • SQL
  • Oracle