http://technotip.com/6289/if-else-statement-in-c/ In our previous video tutorial we saw how to use the decision control instruction if. In this tutorial we shall see how we can use if else statement in division of 2 numbers example. Note: When condition for if is true, if block gets executed. When condition in if is false, else block code gets executed. C Programming: Beginner To Advance To Expert http://technotip.com/6086/c-programming-beginner-to-advance-to-expert/

C programmingif elsedecision controlconditiondivisionconstructlogic