Right Click to Search

Sunday, January 17, 2025

Compound ' if Statement ' / Multiple Statements after ' if ' : Tutorial on If



Compound ' if Statement ' / Multiple Statements after ' if '  : Tutorial on If

  1. Compound Statements after if Requires Opening And Closing Braces
  2. Example : 
             void main ( )
             {
             int x = 10 ;
             if ( x  > 0  )
                      {
                      printf ("\n Number is Positive");
                      printf ("\nThis is The Example of Compound Statement ");
                      }
             }


Tags / Keywords : | , ,

Stumble
Delicious
Technorati
Twitter
Facebook

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

 

Learn C Programming Copyright © 2010 LKart Theme is Designed by Lasantha, Free Blogger Templates