목차는 다음과 같다.
- 3.1 The printf Function
- Conversion Specifiactions
- Program: Using printf to Format Numbers
- Escape Sequences
- 3.2 The scanf Function
- How scanf Works
- Ordinary characters in Format Strings
- Confusing printf with scanf
- Program: Adding Fractions
2장에 비하면 비교적 짧은 내용인것 같다.
'C언어 > Basic Features of C' 카테고리의 다른 글
2.(8) C Fundamentals - Layout of a C Program (0) | 2021.02.19 |
---|---|
2.(7) C Fundamentals - 식별자 (0) | 2021.02.15 |
2.(6) C Fundamentals - Defining Names for Constants (0) | 2021.01.13 |
2.(5) C Fundamentals - 입력값 읽기 (0) | 2021.01.07 |
2.(4) C Fundamentals - Variables and Assignment (0) | 2020.12.27 |