
In a C program ,a decision causes a one-time jump to a different part of a program , depending on the value of an expression.Decisions in C can be made in several ways.The most important is with the if..else statement,which chooses between two alternatives.This Statement can be used without the else...