6.7.2. Components of Statements

Components of statements [COMPONENT]

All statements that are parts of other statements must be compound statements (surrounded by braces). For example, the body of a loop must be a compound statement. The parts of an if-statement must be compound statements.