11. Compound Statement
- The executable statements types are:
- compound, expression, selection, iteration, labeled, jump
Compound Statement
{ optional declarations, local vars, statements, ... }A function body is a compound statement.
Compound Statement
{ optional declarations, local vars, statements, ... }A function body is a compound statement.