Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

Quantity: 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
50 used & new from £15.00

Have one to sell? Sell yours here
 
   
Tell a Friend
The  C Programming Language (2nd Edition)
 
See larger image
 
The C Programming Language (2nd Edition) (Paperback)
by Brian W. Kernighan (Author), Dennis Ritchie (Author)
4.8 out of 5 stars 92 customer reviews (92 customer reviews)
RRP: £31.95
Price: £19.17 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £12.78 (40%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk.

Want guaranteed delivery by 1pm Tuesday, May 13? Choose Express delivery at checkout. See Details

50 used & new available from £15.00
Other Editions: RRP: Our Price: Other Offers:
Hardcover (2) 5 used & new from £47.98
Paperback (2) Order it used
 
   

Perfect Partner

Buy this book with The C++ Programming Language, Special Edition by Bjarne Stroustrup today!

The  C Programming Language (2nd Edition) The C++ Programming Language, Special Edition
Buy Together Today: £49.16

Customers Who Bought This Item Also Bought

Absolute Beginner's Guide to C

Absolute Beginner's Guide to C by Greg Perry

4.7 out of 5 stars (29)  £11.97
The C++ Programming Language, Special Edition

The C++ Programming Language, Special Edition by Bjarne Stroustrup

3.8 out of 5 stars (28)  £29.99
C Pocket Reference

C Pocket Reference by Peter Prinz

5.0 out of 5 stars (2)  £3.99
Java in a Nutshell (In a Nutshell (O'Reilly))

Java in a Nutshell (In a Nutshell (O'Reilly)) by David Flanagan

4.0 out of 5 stars (2)  £20.99
Introduction to Algorithms

Introduction to Algorithms by TH Cormen

4.6 out of 5 stars (32)  £37.00
Explore similar items : Books (49)

Product details

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
C++ Programming
www.google.co.uk/jobs/    Google London is Hiring C++ experts Openings available. Apply today! 
Programming Courses
www.computeach.co.uk    From the UK's leading provider of IT Training Courses 
Shine Hotel Santorini
www.shinehotel-santorini.com    Private Jacuzzi & Amazing View In Imerovigli. Have a Look Here! 

Product Description
Amazon.co.uk Review
An indisputably classic computing text, Kernighan and Ritchie's The C Programming Language, 2nd Edition, is the standard reference for learning and using ANSI C. Written by the co-inventors of C, this concise tutorial has a well-deserved reputation for clarity and precision as it defines one of the most successful programming languages of all time. It's an essential reference, which will be useful for beginners and experienced programmers alike.

This masterful tour of C features concentrates on essential programming constructs, from the basics--such as data types, variables, operators and flow control--to more advanced topics. Short, effective programming samples are the rule here. (Many samples work with strings and text files). Along the way, the authors don't shy away from the thornier C topics. For example, when discussing pointers, they look at pointers to pointers and even pointers to functions. Later in the book, they offer useful code for a flexible memory allocation scheme and a binary tree. The text concludes with the formal specification for C and a compact listing of the functions in the C standard header files.

C is still a great first programming language, and its influence is felt in Java and C++, both of which support many programming constructs based on C, while adding support for objects. The C Programming Language is still an excellent reference to one of our most successful and efficient programming languages. It's a book that deserves a place on the bookshelf of any C/C++ developer, regardless of your experience with the language. --Richard Dragan, Amazon.com

Topics covered:



Amazon.co.uk Review
Just about every C programmer I respect learned C from this book. Unlike many of the 1,000 page doorstops stuffed with CD-ROMs that have become popular, this volume is concise and powerful (if somewhat dangerous)--like C itself. And it was written by Kernighan himself. Need we say more? --Amazon.com

See all Product Description

Customers Who Viewed This Item Also Viewed

C Pocket Reference

C Pocket Reference by Peter Prinz

5.0 out of 5 stars (2)  £3.99
Absolute Beginner's Guide to C

Absolute Beginner's Guide to C by Greg Perry

4.7 out of 5 stars (29)  £11.97
C for Dummies (For Dummies)

C for Dummies (For Dummies) by Dan Gookin

3.5 out of 5 stars (4)  £8.49
C. Answer Book (Prentice Hall Software)

C. Answer Book (Prentice Hall Software) by Clovis L. Tondo

4.2 out of 5 stars (5) 
Programming in C (Developer's Library)

Programming in C (Developer's Library) by Stephen Kochan

5.0 out of 5 stars (4)  £17.39
Explore similar items : Books (43)

 
Customer Reviews
92 Reviews
5 star: 82%  (76)
4 star: 11%  (11)
3 star: 3%  (3)
2 star: 2%  (2)
1 star:    (0)
 
 
 
 
 
Average Customer Review
 
 
 
Share your thoughts with other customers:
Write an online review
Most Helpful Customer Reviews

 
18 of 18 people found the following review helpful:
5.0 out of 5 stars A programming classic, 10 Sep 1998
By A Customer
If you read a lot of computer books, you can easily tell the good ones: they are frequently cited. Well, this book is frequently cited. You even find references to it in computer books that have nothing to do with C programming. That fact should tell you something.

I learned C from this book, and I have to agree with the authors that cite it--it's a good book. I have yet to see its equal for brevity, elegance, and completeness in teaching C programming. If you are a programmer who wants to learn C, then ignore the rest and read the best.

One warning though--this is not a book for beginners. As Kernighan and Ritchie say in the preface: "The book is not an introductory programming manual; it assumes some familiarity with basic programming concepts like variables, assignment statements, loops, and functions. Nonetheless, a novice programmer should be able to read along and pick up the language, although access to a more knowledgeable colleague will help." If you are a complete novice, heed their warning. If you don't have access to a more knowledgeable colleague, you will probably be better off selecting an easier book.

Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)



 
16 of 16 people found the following review helpful:
5.0 out of 5 stars The most elegant programming book I have ever read, 9 Nov 1997
By A Customer
This book is not "for Dummies". It assumes that you already have some knowledge of structured programming languages (i.e. Pascal). For example, this book spends four well-written pages explaining everything you need to know about functions. If you don't know what a function is, this will clearly not be enough. However, if you do know about functions, this book will not drone on and on for an entire chapter or two on the subject like some of the foot-crunching tomes the size of an encyclopdia.

The book is expensive ($40) for its size (approx. 250pgs.), but it is worth every penny. To quote the authors: "C is not a big language, and it is not served well by a big book."

As a bonus, almost anything you need to know about C can be found in seconds using the excellent index. It should be noted that this is a language reference and will NOT tell you how to use your editing environment or compiler.

In summary, intermediate or advanced programmers should be able to learn C with reasonable proficiency in a short amount of time.

Comment Comment | Permalink | Was this review helpful to you? YesNo (Report this)



 
24 of 25 people found the following review helpful:
5.0 out of 5 stars A masterpiece, 24 Jan 2003
By "optimistix" (London, UK) - See all my reviews
It is difficult to avoid cliches when talking about this book - it is just so good, that one can't help heaping superlatives on it.

This book is affectionately known as 'K & R', after the names of the authors, and it is almost definitely the most widely respected of all books on any given programming language.

This is the book that introduced the 'Hello World!' program to the world :-), which is now practically a standard first program in any introductory book on any programming language.

This is straight from the creators, and the implied authority, while an excellent reason in itself for taking a look at the book, pales in comparison to its other merits - brevity & clarity being foremost.

This book is best appreciated if you already have some programming background - i say this from experience, since i knew Fortran 77 & Pascal before i learnt C, and the knowledge of Pascal, in particular,made it much easier for me to pick up C than classmates for whom it was the first programming language.

Of course, if you're new to programming, you could still try learning from this, but it might be a bit of a struggle. If so, the books by Kelley & Pohl, K.N.King or Gottfried(Schaum series) may be useful for 'getting upto speed' with C first, and then coming to K & R.

C is the one language which is both 'high level' and 'low level' at the same time - to date, it is the nearest to the ideal of a programming language that is easy enough in description to be followed by human readers, and at the same time close enough to the machine's language to be executed fast.There are faster languages, to be sure - assembly language is necessarily faster than any high level language. But just try