Write the syntax of if statement.
Answers
Answered by
8
Answer:
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 thesyntax, if expression is true (nonzero), statement is executed. If expression is false, statement is ignored.
Similar questions