Science, asked by shreyashmanwar325, 1 month ago

Write the syntex for the if-else statement?​

Answers

Answered by MiraculousBabe
9

Answer:

Syntax. If the Boolean expression evaluates to true, then the if block will be executed, otherwise, the else block will be executed. C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value.

Answered by manasvikanuparti
0

Syntax. If the Boolean expression evaluates to true, then the if block will be executed, otherwise, the else block will be executed. C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value.

Similar questions