Q. What is the maximum number of ELSE clauses that can be included in an IF clause that is not nested?
β
Correct Answer: (A)
1
Explanation: We can have else clause for every IF clause. But if the IF clause is not nested there is only one else.