Computer Science, asked by ammu3588, 9 months ago

Write the syntax of 'if' statement

Answers

Answered by TheConnoR
3

Syntax. In both forms of the if statement, the expressions, which can have any value except a structure, are evaluated, including all side effects. In the first form of the syntax, if expression is true (nonzero), statement is executed. If expression is false, statement is ignored.

Similar questions