C Programming
Notes on C programming language K&R
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment