Publisher: Prentice Hall, 1988, 272 pages
ISBN: 0-13-110362-8
Keywords: Programming
The authors present the complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. The 2/E has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. For years, C programmers have let K&R guide them to building well-structured and efficient programs. Now this same help is available to those working with ANSI compilers. Includes detailed coverage of the C language plus the official C language reference manual for at-a-glance help with syntax notation, declarations, ANSI changes, scope rules, and the list goes on and on.
<stdio.h>
<ctype.h>
<string.h>
<math.h>
<stdlib.h>
<assert.h>
<stdarg.h>
<setjmp.h>
<signal.h>
<time.h>
<limits.h>
and <float.h>
The classical K&R, updated with proposed ANSI C (ISO wasn't yet in the picture).
Comments
There are currently no comments
New Comment