목차는 다음과 같다.
- 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: 이 붙은 주제는 소스코드 설명이 주가 될 듯 하다.
'C언어 > Basic Features of C' 카테고리의 다른 글
2.(2) C Fundamentals - 프로그램 작성 형식 (0) | 2020.12.27 |
---|---|
2.(1) C Fundamentals - 간단한 프로그램 작성(링킹, 컴파일,printf,IDE) (0) | 2020.12.26 |
1.(2) Introducing C - C의 장단점에 대해서 (0) | 2020.12.24 |
1.(1) Introducing C - C의 역사에 대해서 (0) | 2020.12.24 |
1. Introducing C 목차 (0) | 2020.12.21 |