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

 

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

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)
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, July 8? Choose Express delivery at checkout. See Details

57 used & new available from £11.49
Other Editions: RRP: Our Price: Other Offers:
Hardcover (2) 8 used & new from £30.38
Paperback (2) Order it used
 
   

Frequently Bought Together

Customers bought this item with:

The  C Programming Language (2nd Edition) Absolute Beginner's Guide to C
Absolute Beginner's Guide to C by Greg Perry
4.7 out of 5 stars (30) £11.97
In stock. Dispatched from and sold by Amazon.co.uk.

Price For Both: £31.14


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 (30)  £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
Introduction to Algorithms

Introduction to Algorithms by TH Cormen

4.6 out of 5 stars (32)  £37.00
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
Explore similar items : Books (48)

Product details

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
Get Skilled in C #
www.SkillsTrainUK.com/C#    Your fast track to a new IT career. Book a course in your area now! 
Programming Courses (UK)
www.nationalitlearningcentre.com    Microsoft.NET and Visual Basic Programming Training Courses in UK. 
Love Solving Problems?
www.google.com/CodeJam    Interested in opportunities at Google? Register for Code Jam! 

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:

  • overview of ANSI C
  • introductory language tutorial
  • data types
  • variables
  • arrays
  • operators and operator precedence
  • flow control
  • functions
  • header files
  • recursion
  • macros and the C pre-processor
  • pointers and arrays
  • advanced pointer types (pointers to pointers, pointers to functions)
  • multidimensional arrays
  • structures and unions
  • dynamic memory allocation
  • console and file I/O
  • UNIX file functions
  • Formal description of the standard C language
  • Reference to C standard library header files and functions


Amazon.co.uk Review
Just about every C programmer I respect learned C from