Control Statement

Decision control & conditional statements

Decision control statements and Conditional Statements allow the computer to take decision. And force to work under given condition: Decision control statements: It gives the control to the computer for taking the decisions. Two decisions control instruction which are implemented in C are following: a) The if statements. b) The if-else statements. General form of …

Decision control & conditional statements Read More »

Scroll to Top