Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Follow the author
OK
C Programming Language, 2nd Ed Subsequent Edition
- ISBN-100131103709
- ISBN-13978-0131103702
- EditionSubsequent
- PublisherPrentice Hall
- Publication dateJanuary 1, 1988
- LanguageEnglish
- Dimensions7.5 x 0.75 x 9.75 inches
- Print length272 pages
Customers who bought this item also bought
Computer Systems: A Programmer's PerspectiveHardcover$19.94 shippingUsually ships within 1 to 2 months
Pearson Computer Networking, 8EPaperback$30.00 shippingGet it Oct 7 - 15Only 5 left in stock - order soon.
In C, all variables must be declared before they are used, usually at the beginning of the function before any executable statements.Highlighted by 603 Kindle readers
The main distinction is that in C the called function cannot directly alter a variable in the calling function; it can only alter its private, temporary copy.Highlighted by 430 Kindle readers
We recommend writing only one statement per line, and using blanks around operators to clarify grouping.Highlighted by 398 Kindle readers
Product details
- Publisher : Prentice Hall; Subsequent edition (January 1, 1988)
- Language : English
- Hardcover : 272 pages
- ISBN-10 : 0131103709
- ISBN-13 : 978-0131103702
- Item Weight : 1.3 pounds
- Dimensions : 7.5 x 0.75 x 9.75 inches
- Best Sellers Rank: #667,506 in Books (See Top 100 in Books)
- #108 in C Programming Language
- #2,030 in Computer Software (Books)
- #6,549 in Mathematics (Books)
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.
Related products with free delivery on eligible orders
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonCustomers say
Customers find the book informative, thorough, and a solid resource to learn C. They also describe the writing style as clear, succinct, and easy to read. Readers say the book is very worth the money and a priceless reference for C class. Opinions are mixed on the book being beginner-friendly and the exercises being difficult.
AI-generated from the text of customer reviews
Customers find the book informative, thorough, and solid. They say it goes in depth into the C programming language and is good to know for embedded work. Readers also mention the book has plenty of code examples.
"...chapters, the appendix follows in an amazingly compact, yet thorough reference, which includes a C grammar, overview of the standard libraries, and..." Read more
"...Working through these exercises has helped me with logical thinking and having a better understanding of coding closer to the machine has improved..." Read more
"...It has plenty of code examples for you but it doesn't ever hand you the solution to the problems it challenges you with...." Read more
"...served by a big book." While relatively short, the book packs a ton of information with most sentences containing direct and clear language...." Read more
Customers find the writing style of the book to be succinct, clear, and easy to read. They say the explanations are good and the book is relatively approachable. Readers also mention the video tutorials are exceptional.
"...Oftentimes, this reference is the most convenient and concise source for information (note that the C Standard is *the*..." Read more
"...Wrong! Picking up the syntax wasn't too difficult and I have a fairly good handle on more advanced concepts like pointers already, but this book is..." Read more
"...But it won't be easy.The book is clearly written with good examples and exercises. Some of those exercises are pretty hard!..." Read more
"...Later I went back and re-read the chapter and realized the explanations were good, but they require work and thought...." Read more
Customers find the book very worth the money. They also say it's a priceless reference for C class.
"...Don't let the price fool you--The C Programming Language is worth its weight in gold!" Read more
"...Worth the money. Awesome book!" Read more
"...book is a good alternative to the original, authorized version and a lot cheaper...." Read more
"A great reference and learning book for an affordable price...." Read more
Customers find the style of the book very approachable and straightforward. They appreciate the visual representations and sense of humor. Readers also mention the book is nice, informative, and complete about C.
"...The code examples provided are very helpful and exceptionally elegantly coded...." Read more
"...I have always had an interest in C because I love its simplicity...." Read more
"...one at that from a time when computers were arcane, but the style is very approachable...." Read more
"...The beauty of the book is discovered when the reader comes to understand that what is here somehow suffices.That said, this $#!..." Read more
Customers find the content quality of the book very complete and informative. They say it's concise, to the point, and complete without being overwhelming. Readers also mention the chapters make sense and everything is explained well.
"...The material is described succinctly but also with great thoroughness...." Read more
"...Even so, the chapters make sense, and everything is explained well, but good luck doing the sample problems based upon what you learned in the..." Read more
"...It is a small but a very complete and informative book." Read more
"...A must have for CS students. Concise and to the point. Every word matters, the authors don't BS around." Read more
Customers have mixed opinions about the book for beginners. Some mention it's great to get started with C, technical, and accessible to beginners. However, others say it's not a book for absolute beginners, is not a good learning resource, and that many examples are not particularly interesting.
"...Absolutely... This was a hard book to read. I think if you're a low level programmer and that's your thing you will get more out of it than I did...." Read more
"...In short, this book is an excellent starting point for someone wanting to learn C, or for someone who is starting out in programming...." Read more
"...This is not a book for skimming through. There are also exercises included at the end of many sections for those looking to master C...." Read more
"...First C by David Griffiths is another recommendation which is beginner friendly...." Read more
Customers have mixed opinions about the difficulty of the exercises in the book. Some say they're fantastic and challenging, while others say they're difficult for beginners.
"...perfect blend of reference material, practical knowledge and challenging exercises. There is absolutely no fluff and not a single word is wasted...." Read more
"...Some of those exercises are pretty hard! I skipped most of them, because I have my own projects I want to do instead...." Read more
"...loops, etc within the first few chapters, with plenty of exercises to work through...." Read more
"...most junior members commented on was that the solutions to exercises were in another book that they had to purchase." Read more
Reviews with images
Worth The Money
-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
Not only are the authors well qualified, but they communicate very effectively in concise and clear language. The authors do not pander or condescend to readers. They make no claims to teach C in only one day; they actually expect readers to have a basic grasp on various programming concepts. The authors show an earnest desire to help programmers learn the language. The code examples provided are very helpful and exceptionally elegantly coded. As other reviewers have noted, they help instill good coding habits from the start.
K&R2 provides a helpful introduction to programmers, which gives an overview of what the C programming language is (and is not). The introduction explains C's typing system and basic features. The meat of the book is well organized into chapters that sequentially build upon previous chapters. Chapter 5, "Pointers and Arrays," for example, does a great job at elucidating a difficult computer science concept. A lot of people are well aware of nasty bugs deriving from using pointers and arrays, but the authors explain pointers and arrays in a very clear way, which draws the important distinctions between them.
After the main tutorial chapters, the appendix follows in an amazingly compact, yet thorough reference, which includes a C grammar, overview of the standard libraries, and more. Oftentimes, this reference is the most convenient and concise source for information (note that the C Standard is *the* authoritative source on the C specification). For example, the section covering the "*printf" and "*scanf" conversion specifiers is extremely helpful and much easier to digest than most man pages.
For such a relatively small text, it's amazing how thorough it is. Although it's no substitute for having a copy of the ISO C Standard at hand, it's still an indispensable reference to have. Also, since C99 has yet to be fully implemented on many common implementations, developers still look to the ANSI C standard for ensuring their code is as portable as possible.
I feel K&R2 is the best reference for learning C; it has been considered canon for all these years for a reason.
This book is a feisty little devil! I had heard of this book before diving in (it is a classic), but its size and table of contents lead me to believe I would breeze right through it. Wrong! Picking up the syntax wasn't too difficult and I have a fairly good handle on more advanced concepts like pointers already, but this book is absolutely packed with exercises and many of them are quite challenging!
Here's one:
"Write a program to check a C program for syntax errors like unbalanced parenthesis, brackets and braces. Don't forget about quotes, both single and double, escape sequences, and comments."
This is a chapter 1 exercise! Chapter 1 is just a tutorial introduction chapter and this is one 1 of 24 exercises in this chapter! No wonder it takes people years to work through this tiny book. I'm only about halfway through as I write this review.
This book is the perfect blend of reference material, practical knowledge and challenging exercises. There is absolutely no fluff and not a single word is wasted. I grow tired of pouring through 1,000+ page tomes. The appendices are also very well structured and extremely helpful.
Although I do virtually no C coding professionally, I can say for certain that this book has leveled up my skill-set. Working through these exercises has helped me with logical thinking and having a better understanding of coding closer to the machine has improved me as a developer overall. I'm one who believes that this book is great for all programmers, even if you never write a line of C after working through this book. I'm really loving the C language!
Whether you are a beginner or experienced it's worth having this book. Though this will be quite tough for total beginners, I say it's still work picking up and pairing it with a more beginner-friendly book. Unfortunately I cannot recommend such a book at this time because this is the only C book I've worked through.
You could read this as a beginner as well -- I might get it as a gift for a smart high-school kid. But it won't be easy.
The book is clearly written with good examples and exercises. Some of those exercises are pretty hard! I skipped most of them, because I have my own projects I want to do instead. But if you're learning C for the first time, I recommend them.
Top reviews from other countries
Reviewed in Germany on May 16, 2024



