Skip to content

Book on C Programming in C

Best in textbook rentals since 2012!

ISBN-10: 0201183994

ISBN-13: 9780201183993

Edition: 4th 1998 (Revised)

Authors: Al Kelley, Ira Pohl

List price: $79.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Written by best-selling authors Al Kelley and Ira Pohl, A Book on C, Fourth Edition is a comprehensive tutorial and reference to C based on the ANSI C standard. The C language is demonstrated with numerous examples and extensive exercises that guide readers through each concept. Step-by-step "dissections" of program code reveal the underlying logic of the programs and include in-depth implementation details. New features in this edition include: a chapter on moving from C to Java; more programming examples; new and improved dissections; more thorough coverage of multifile programming, pointers, and recursion; and new and updated exercises; and an expanded appendix of standard library…    
Customers also bought

Book details

List price: $79.99
Edition: 4th
Copyright year: 1998
Publisher: Addison Wesley Professional
Publication date: 12/29/1997
Binding: Paperback
Pages: 752
Size: 7.30" wide x 9.20" long x 1.80" tall
Weight: 2.860
Language: English

Preface
Starting from Zero
An Overview of C
Lexical Elements, Operators, and the C System
The Fundamental Data Types
Flow of Control
Functions
Arrays, Pointers, and Strings
Bitwise Operators and Enumeration Types
The Preprocessor
Structures and Unions
Structures and List Processing
Input/Output and the Operating System
Advanced Applications
Moving from C to C++
Moving from C to Java
The Standard Library
Language Syntax
ANSI C Compared to Traditional C
ASCII Character Codes
Operator Precedence and Associativity
Index