answersLogoWhite

0

clearly:

if ()

or

if ()

else

In each case, can be a null statement, a single statement, or a block of statements surrounded by braces, {}.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Any violation in the syntax of a program statement is called logic error?

No. A violation in the syntax of a program statement is called a syntax error.


What is syntax of a remark statement?

The only language, which has remark-statement, is BASIC. Syntax: REM any text


What are the kinds of conditional statement in foxpro with syntax?

The conditional statement in foxpro is DID YOU GET IT


Syntax of nested if in c?

If(condition) { if-else statement; } else { if-else statement; }


What is a syntax for REM statement?

REM any text


What is for statement in c?

It is one of the statements. Its syntax in BNF is the following: statement ::= for_statement for_statement ::= 'for' '(' opt_expression ';' expression ';' expression ')' statement


What is the function and syntax of printf statement?

it's not a statement, it's a function: len= printf (format, ...more-parameters...);


Can you write plus at end of c statement?

No. That would be a syntax error. Only a right semicolon (;) can go at the end of a statement.


How you declare a variable in c language?

you have to give a statement in the following syntax datatype variable;


What the syntax of for loop in c?

for (<exp1>; <exp2>; <exp3>) <statement> exp1 and exp3 are optional; statement can be null-statement or block-statement. Correction: All expressions are optional. An infinite loop has no expressions: for(;;);


What does do in java?

You never write "do" seperately in Java. The only situation I can think of when you have to write "do" is in the "do while" statement. This is the syntax: do { statement(s) } while (expression);


What does INS do?

You never write "do" seperately in Java. The only situation I can think of when you have to write "do" is in the "do while" statement. This is the syntax: do { statement(s) } while (expression);