computer books and technical books at discount prices
Advanced Search
View
My
0
Shopping
Bag
Home Login F.A.Q. Contact Us
 
My Myself and I:
 Order Tracking 
 My Wishlist 
 My Gift Registry 
 Change User Preferences 
 E-mail Notifications 

Browse Books:
 Bestsellers 
 New Arrivals 
 Bargain Computer Books 
 Classic Computer Books 

Browse Subjects:
 business & finance 
 business applications 
 cad/cam 
 certification 
 computing 
 databases 
 desktop publishing 
 engineering 
 gaming 
 geographic/gis 
 graphics/animation 
 groupware 
 internet 
 mathematics 
 microsoft programming 
 multimedia 
 networking 
 object-oriented 
 operating systems 
 other & misc 
 physics 
 programming languages 
 servers 
 web design/development 

The C Programming Language: ANSI C Version, 2nd Edition
by Kernighan, Brian W. / Ritchie, Dennis
 

 
Cover Price: $67.00
Online Price: $50.25
You save $16.75 (25%)

 

ISBN-10: 0131103628
ISBN-13: 9780131103627
Publisher: Prentice-Hall
Published June 1988; Paperback; 272 pages
Add to Shopping Bag
 

IN STOCK
5 COPIES
 
Add to Wishlist
Related categories:
All Sections > Programming Languages > C

Summary:

This second edition describes C as defined by the ANSI standard. This book is meant to help the reader learn how to program in C. The book assumes some familiarity with basic programming concepts like variables, assignment statements, loops, and functions. A novice programmer should be able to read along and pick up the language.

FEATURES:

All examples have been tested, which is in machine-readable form.
It discusses various aspects of C in more detail, although the emphasis is on examples of complete programs, rather than isolated fragments.
It deals with basic data types, operators and expressions.
Covers functions and program structure, external variables, scope rules, multiple source files, and also touches on the preprocessor.
It also describes an interface between C programs and the UNIX operating system, concentrating on input/output, the file system, and storage allocation.
It also provides a language reference manual. The official statement of the syntax and semantics of C is the ANSI standard.

Table of Contents:
1: A Tutorial Introduction
2: Types, Operators, and Expressions
3: Control Flow
4: Functions and Program Structure
5: Pointers and Arrays
6: Structures
7: Input and Output
8: The UNIX System Interface
Appendix A
Appendix B
Appendix C
Index


Related titles:
Problem Solving and Program Design in C, 7th Edition21st Century C: C Tips from the New SchoolC Primer Plus, 5th EditionC Pocket Reference (Covers ANSI C99)Head First CSecure Coding in C and C++, 2nd Edition