Computer Science, asked by 8b27, 5 days ago

Describe if…… else statements with syntax.​

Answers

Answered by mpv12pk024
1

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.

Explanation:

I hope it helps please mark me as brainliest

Attachments:
Similar questions