Section 1: The Basics






  1. The Structure of a C Program

  2. Basic Data Types

  3. Basic Input/Output

  4. Control Structures and Loops

  5. Functions

  6. More About Libraries



This section deals with the basics you need to start writing programs in C. This section should be somewhat gradual before we get into the more abstract material in Section 2.


Back to the Introduction   On to the Structure of a C Program
Back to the Outline