keywords:else

From C++ Reference

else

The else keyword is used as an alternative case for the if statement.

Related Topics: if