Monday, March 14, 2011

3.1 Statements and Blocks

Chapter 3 Control Flow

  • Semicolon ; is a statement terminator ( ie. x = 0; )
  • Braces { } are used to group declarations and statements into a compound statement or block

No comments:

Post a Comment