Computer Science, asked by kvishwanathan051, 1 day ago

2. Write the syntax of if -else statement?​

Answers

Answered by shrishti2203
1

Answer:

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

Answered by itzarmygirl21
4

Answer:

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