Computer Science, asked by sujalprasad54, 7 months ago

Write the syntax of if-else statement?

Answers

Answered by khushigupta835234
4

Answer:

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

Explanation:

plz mark branlist answer

Answered by rupshabasu
0

Answer:

I hope this helps you

Explanation:

Mark me Brainliest

Attachments:
Similar questions