Forum : What is the syntax of if statement ?
Brief description  about Online courses   join in Online courses
View Manju  S Reddy 's Profile

What is the syntax of if statement ?

syntax of if statement....
Asked by Manju S Reddy | Mar 17, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Manjunath,
To use this statement to execute some code only if a specified condition is true.
if (condition TRUE)
{
code to be executed if condition is true;
}
Mar 17, 2010