C Overview

Hello World (repeated from Ch 1)

Note 2.1.1: Prototype     Example 1

Note 2.1.2: NOT Prototype     Example 2

Note 2.2: Variable Declaration Syntax

Note 2.3.1: Formatted Output

Note 2.3.2: Formatted Input

Note 2.4: Return

Note 2.5: Basic Layout

Note 2.6: Formatted Output - Width

Note 2.6.5: Example using scanf and printf

Note 2.7: Redirection