This If - Else statement comes in the decision taking group. It is the basic part of the decision taking group.
Syntax:
if(condition)
statement1;
else
statement2;
Syntax:
if(condition)
statement1;
else
statement2;
Information about C language and many more language related to computer field...........