Computer Science, asked by bhuetapibara, 6 hours ago

write syntax if - end if statement​

Answers

Answered by arunjakhar098
0

Answer:

Syntax.if the Boolean expression evaluates to true,then the if block will be executed.

Explanation:

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