Tuesday, June 15, 2024

Syntax : If Statement in C Programming


If Statement :
if(conditional)
{
  //code
}
Note :
  1. More than One Conditions can be Written inside If statement.
  2. Opening and Closing Braces are required only when "Code" after if statement occupies multiple lines.
  3. Code will be executed if condition statement is True.
  4. Non-Zero Number Inside if  means "TRUE Condition"

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