C语言之父经典著作,可谓C语言圣经內容列表TableofContentsPreface..........................................................Prefacetothefirstedition.....................................Introduction.....................................................Chapter1-ATutorialIntroduction..............................1.1GettingStarted................................1.2VariablesandArithmeticExpressions...........1.3Theforstatement..............................1.4SymbolicConstants.............................1.5CharacterInputandOutput.....................1.5.1FileCopying..........................1.5.2CharacterCounting....................1.5.3LineCounting.........................1.5.4WordCounting.........................1.6Arrays.........................................1.7Functions......................................1.8Arguments-CallbyValue......................1.9CharacterArrays...............................1.10ExternalVariablesandScope..................Chapter2-Types,OperatorsandExpressions.....................2.1VariableNames.................................2.2DataTypesandSizes...........................2.3Constants......................................2.4Declarations...................................2.5ArithmeticOperators...........................2.6RelationalandLogicalOperators...............2.7TypeConversions...............................2.8IncrementandDecrementOperators..............2.9BitwiseOperators..............................2.10AssignmentOperatorsandExpressions..........2.11ConditionalE
1