Chapter 01

De CoteiaWiki
  • Chapter 1 An Overview of C
    • 1.1 Programming and Preparation
    • 1.2 Program Output
    • 1.3 Variables, Expressions, and Assignment
    • 1.4 The Use of #define and #include
    • 1.5 The Use of printf() and scanf()
    • 1.6 Flow of Control
    • 1.7 Functions
      • Call-by-Value
    • 1.8 Arrays, Strings, and Pointers
      • Arrays
      • Strings
      • Pointers
    • 1.9 Files