2016/09/07 blog 共 925 字,约 3 分钟 C1 A Tutorial Introduction
1.1 Getting Started
1.2 Variables and Arithmetic Expressions
1.3 The for statement
1.4 Symbolic Constants
1.6 Arrays
1.7 Functions
1.8 Arguments - Call by Value
1.9 Character Arrays
1.10 External Variables and Scope
C2 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.11 Conditional Expressions
2.12 Precedence and Order of Evaluation
C3 Control Flow
3.1 Statements and Blocks
3.2 If-Else
3.3 Else-If
3.3 Else-If
3.5 Loops - While and For
3.6 Loops - Do-While
3.7 Break and Continue
3.8 Goto and labels
C4 Functions and Program Structure
C5 Pointers and Arrays
C6 Structures
C8 The UNIX System Interface
参考资料