write syntax if - end if statement
Answers
Answered by
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