if Statement with else Statement : Tutorial on If
- Example :
void main ( )
{
int x = 10 ;
if ( x > 0 )
printf ("\n Number is Positive");
else
else
printf ("\n Number is Negative");
}
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