1 Syllabus1.2 Textbooks1.3 Class content

1.3 Class content

  1. History of the C language
  2. Syntax of the C language
    1. Constants and variables
    2. Operators and expressions
      1. Precedence
      2. Associativity
    3. Control Flow Operators
  3. Scope and Storage Classes in C
    1. Declarations
    2. Invocation
    3. Functions - parameter passing (by value and reference)
  4. Typing Aspects of C
    1. Built-in types
    2. Derived types
    3. Arrays (single and double-dimensional)
    4. Structs
    5. Singly Linked Lists
  5. Pointers
    1. Single and multiple reference levels
    2. Passing pointers as arguments
  6. Preprocessor
    1. Defines and macros
    2. Include files and header
  7. Input-Output
    1. Keyboard and terminal
    2. Disk I/O

Instructor: ltaber@pima.edu ** My new Home at GeoApps in Tucson ** The Pima College Site

1 Syllabus1.2 Textbooks1.3 Class content