If-else Statement :

Syntax :
if(expression)
{
statement1;
statement2;
}
else
{
statement1;
statement2;
}
next_statement;

What actually it Does ?
  • If expression is True then Statement1 and Statement2 are executed 
  • Otherwise Statement3 and Statement4 are executed.

Previous : If Statement in C  Decision Making Home  Next Tutorial : Else-If Ladder Statement


Tags / Keywords : |

0 comments

Post a Comment

Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email