Control Statements In C

14 March 20120 comments

Control statements are the statements which are used to control the flow of execution of the instructions written in a program. Simply the instructions are executed sequentially i.e one after the other or in the same order in which they appear in the program. This type of control structure is known as sequence control structure and there is no decision making process involved as well  as they didn't require repeated execution of group of statements. However in normal routine , it is often required to change the order of execution of statements.

These statements are :

Tags:  Loops in C , Decision Statements in C , What are jumping statements in c , C tutorials , Control statements in C , C control structure
Share this article :

Post a Comment

 
Copyright © 2011. All Compiler - All Rights Reserved