Computer Science for IGCSE & O level - Programming (Section 2 - No. 45)

In programming, what does the `else` clause typically follow?
A `FOR` loop
An `IF` statement
A variable declaration
A comment

Explanation

The `else` clause provides an alternative execution path in an `IF` statement.

Comments (0)

Advertisement