Pages

Subscribe:

Labels

Tuesday, 18 December 2012

Conditional statements/Decision making statements


Conditional Statements

In c langauge there are different types of conditional/decision making statements.
C program executes program sequentially. Sometimes, a program requires checking of certain conditions in program execution. C provides various key condition statements to check condition and execute statements according to conditional criteria.

These statements are called as 'Decision Making Statements' or 'Conditional Statements.'

Followings are the different conditional statements used in C.
(Click on the links given below to go to the different statements)


0 comments:

Post a Comment