Scholarly Resources for CompSci Undergrads

C Programming Language: Annotations on K&R II

List of Tables in K&R II (text version)

------------------------------------------------------------------------
------------------------------------------------------------------------
Topic                                      |  Section       Page
------------------------------------------------------------------------
Character Constants                        |  Sec. A2.5.2   p.  193
       Complete set of escape sequences    |  Sec. 2.3      p.   38
       Trigraph sequences                  |  Sec. A 12.1   p.  229
					   |
Precedence and Associativity of Operators  |  Table 2-1     p.   53
                                           |  See note below
					   |
printf Conversion                          |  Sec. 7.2      pp. 153 - 5
       Basic Conversions                   |  Table 7-1     p.  154
       Examples of string precision        |  Sec. 7.2      p.  154
       Formatted Output (section)          |  Sec. B1.2     pp. 243 - 5
       All Conversions                     |  Table B-1     p.  244
                                           |  See note below
					   |
scanf Conversions                          |  Sec. 7.4      pp. 157 - 9
       Basic Conversions                   |  Table 7-2     p.  158
       Formatted Input (section)           |  Sec. B1.3     pp. 245 - 6
       All Conversions                     |  Table B-2     p.  246
					   |
Predefined Names                           |  Sec. A12.10   p.  233
					   |
Implementation Defined Limits              |  Sec. B11      pp. 257 - 8
------------------------------------------------------------------------
Note about Table 2-1 (p. 53)

From the errata lists: `Note under the table should say & as well as + - * has higher precedence as a unary operator.'

Note about Table B-1 (p. 244)

From a discussion in comp.lang.c: The arguments corresponding to %x or %X must be unsigned.

Where to next?

[HTML Table version | Back to Annotations on K&R II]


http://www.csd.uwo.ca/~jamie/C/KR/Tables/text.html

Last updated by J. Blustein on 1 Feb 1998.

This document is copyright by its author, J. Blustein <jamie@csd.uwo.ca>.

[This document is written in valid HTML 2.0.]