**** The notation 2nd line B means "2nd line from the bottom." Where What Fix P. 5, Fig. 0.1 International Business Corporation International Business Machines Corporation P. 12, lines 10-12-14-16 ...unsigned binary integer... ...signed binary integer... P. 58, Fig. 1.10 else If else if P. 71, 21st line hexidecimal symbols of... hexidecimal symbols for... P. 77, 19th line on Borland C++... in Borland C++... P. 81, 2nd line by 1 or L... by l or L... P. 134, 17th line printf( "\n" ); printf( "\n " ); P. 146, 2nd line character characters P. 147, Sec. 3.10, Prob. 7 ...least int... ...max_int to the largest int... P. 161, Fig. 4.2 int echo_line( void ){ int c; ...} int echo_line( void ){ char c; ...} P. 174, Example 4.51 int i, j: int i, j; P. 178, 7th line ...is habitual... ...is an habitual... P. 189, Exer. 14 t he the P. 212, 7th line B ...= y missing; ... = y_missing; P. 226, Exercise 4.12 Description of table. The following table gives the monthly payment for a 30-year home loan for various rates of interest if $1,000 is borrowed. Total interest: 131840 Total interest: 151840 P. 240, 2nd line letters[ 26 ], letters[ 26 ]; P. 252, Exercise 15 printf( "&c"... printf( "%c"... P. 276, 10th line B double float P. 285, 8th line B printf( "\n\n\Enter... printf( "\n\nEnter... p. 286, 9th line printf( "\n\n\Enter... printf( "\n\nEnter... p. 315, example 3 *p = c; Change to: p = &c; P. 324, 4th line B /n \n P. 326, Fig. 6.22 Line number 9 missing for --ptr 9 --ptr; P. 345, 2nd line B, aray array P. 353, 2nd & 4th line, Car's make, Car's model car's make, car's model P. 353, 8th line B, To simply mattes, ignore leap years. P. 396, 3rd line, Exer. 9 Figure 4.8.7 Figure 4.20 P. 404, main at top of page no "return EXIT_SUCCESS" insert it after printf P. 405, 8th line B ...that allow the definition ...that follow the definition P. 518, Ex. 9.4.4 POLICY policies[ 3 ] = POLICY policies[ 3 ] = { P. 580, 3rd line ...fields on the nodes... ...fields of the nodes... P. 713, 2nd line Example 11.5.6 Example 11.5.5 P. 621, 25th line return &removed_cust, return &removed_cust; P. 624, Exercise 16 Use the array representation... Use the linked-list representation... P. 660, Solution subsection 10 million seconds is roughly 1/3 of a year P. 692, 15th line B printf( "Two floats: " ) printf( "Two floats: " ); P. 720, 17th line ...SSpace object... ...SShip object... P. 721, 10th line construtor... constructor... P. 734, 5th/6th line B the capital letter O should be the integer 0 (zero) P. 740, Incr/decr ++ - ++ -- P. 794, 10th line -o option -O option P. 798, 22nd line mean( double nums[]. int n ); mean( double nums[], int n ); P. 798, 24th line var( double nums[]. int n... var( double nums[], int n... P. 816, Exercise 25 10 to the 11th 2 to the 11th P. 828, Exercise 21 while loop condition should be==> count < max_echo && ( c = getchar() ) != EOF