Google
 
Webcprogramming.com




An Affiliate of AIHorizon




if statement

if(conditional)
{
  //code
}
Braces are only needed for multiline code blocks following the if statement. The code is executed if the conditional statement is true.


-----
Interested in advertising with us?
Please read our privacy policy.
Copyright © 1997-2005 Cprogramming.com. All rights reserved.