上传者: mooring
|
上传时间: 2021-07-13 19:11:54
|
文件大小: 1.66MB
|
文件类型: PDF
The C programming Language 第二版英文版
內容列表
Table of Contents
Preface..........................................................
Preface to the first edition.....................................
Introduction.....................................................
Chapter 1 - A Tutorial Introduction..............................
1.1 Getting Started................................
1.2 Variables and Arithmetic Expressions...........
1.3 The for statement..............................
1.4 Symbolic Constants.............................
1.5 Character Input and Output.....................
1.5.1 File Copying..........................
1.5.2 Character Counting....................
1.5.3 Line Counting.........................
1.5.4 Word Counting.........................
1.6 Arrays.........................................
1.7 Functions......................................
1.8 Arguments - Call by Value......................
1.9 Character Arrays...............................
1.10 External Variables and Scope..................
Chapter 2 - Types, Operators and Expressions.....................
2.1 Variable Names.................................
2.2 Data Types and Sizes...........................
2.3 Constants......................................
2.4 Declarations...................................
2.5 Arithmetic Operators...........................
2.6 Relational and Logical Operators...............
2.7 Type Conversions...............................
2.8 Increment and Decrement Operators..............
2.9 Bitwise Operators..............................
2.10 Assignment Operators and Expressions..........
2.