Write about the syntax of the IF.... then... ELSEIF statement .
correct answer only and I will make you a brainlist
Answers
Answered by
2
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