Decision Control Statements
We know that the code in C programming executed sequentially from the first line of the program to its last line.In some case we want only selected statements,to be executed,this can be done through decision control statement also called conditional branching statement.
The decision control statement are as follow-:
(a-) if statement CLICK HERE
(b-) if-else statement CLICK HERE
(c-) Nested if CLICK HERE
(d-) if-else ladder CLICK HERE
(e-) switch statement CLICK HERE
ads
ads
please share..
ReplyDelete