Syntax : If Statement in C Programming

January 15, 2012 No Comments » Hits : 194





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”

Incoming search terms: