Decision making is a concept in which program contains condition(s) and program is executed according to the result of the condition. If the condition is true the result is different and if condition is false the result is different.
In this program, we will discuss about purpose and syntax of if statement in C language in detail.