next up previous contents
Next: 6.2 If-Else Up: 6 Control Flow Previous: 6 Control Flow

6.1 Statements and Blocks

A single C statement is ended by a semicolon. A series of statements may be grouped together into a block using curly braces. Inside a block, local variables may be defined.

There is never a semicolon after a right brace that ends a block.



Fred G. Martin
Fri Mar 29 17:44:15 EST 1996