英文题库 C
目录
1. Data Types, Operators and Expressions .................................................................................1
Variable Names – 1 ...................................................................................................................1
Data Types and Sizes – 1...........................................................................................................3
Constants – 1 ............................................................................................................................6
Declarations – 1 ......................................................................................................................10
Arithmetic Operators – 1 ........................................................................................................14
Relational & Logical Operators – 1 .........................................................................................17
Type Conversions – 1 ..............................................................................................................20
Increment and Decrement Operators – 1...............................................................................23
Bitwise Operators – 1 .............................................................................................................26
Assigment Operators & Expressions – 1 .................................................................................29
Conditional Expressions – 1 ....................................................................................................32
Precedence and Order of Evaluation – 1 ................................................................................35
Precedence and Order of Evaluation – 2 ................................................................................40
Precedence and Order of Evaluation – 3 ................................................................................44
2. Control Flow Statements .....................................................................................................48
If-then-else Statements – 1 ....................................................................................................48
Switch Statements – 1 ............................................................................................................53
For Loops – 1...........................................................................................................................58
While Loops – 1.......................................................................................................................61
Break and Continue – 1...........................................................................................................65
Goto & Labels – 1....................................................................................................................68
3. Functions and Structure of a Program..................................................................................72
Basics of Functions – 1............................................................................................................72
Functions Returning Non-integers – 1 ....................................................................................76
External Variables – 1 .............................................................................................................79
Scope of a Variable – 1 ...........................................................................................................83
Static Variables – 1..................................................................................................................86
Register Variables – 1 .............................................................................................................89
Automatic Variables – 1..........................................................................................................92
C-Preprocessor – 1..................................................................................................................94
File Inclusion – 1 .....................................................................................................................96
Macro Substitution – 1 ...........................................................................................................99
Conditional Inclusion – 1.......................................................................................................103
4. Pointers and Arrays ...........................................................................................................106
Pointers and Addresses – 1...................................................................................................106
Pointers and Function Arguments – 1 ..................................................................................109
Pointers and Arrays – 1.........................................................................................................114
Address Arithmetic – 1 .........................................................................................................117
评论0