목차는 다음과 같다.

  • 2.1 Writing a Simple Program
    • Program: Printing a Pun
    • Compiling and Linking
    • Integrated Development Environments
  • 2.2 The General Form of a Simple Program
    • Directives
    • Functions 
    • Statements
    • Printing Strings
  • 2.3 Comments
  • 2.4 Variables and Assignment
    • Types
    • Declarations
    • Assignment
    • Printing the Value of a Variable
    • Program: Computing the Dimensional Weight of a Box
    • Initialization
    • Printing Expressions
  • 2.5 Reading Input
    • Program: Computing the Dimensional Weight of a Box(Revisited)
  • 2.6 Defining Names for Constants
    • Program: Converting from Fahrenheit to Celsius
  • 2.7 Identifiers
    • Keywords
  • 2.8 Layout of a C Program

이번 장에서는 드디어 C의 문법을 들어가는 듯 싶다. 목차에 Program: 이 붙은 주제는 소스코드 설명이 주가 될 듯 하다. 

+ Recent posts