C Programming Language by Brian Kernighan and Dennis Ritchie (1988, Trade Paperback)

LKBG_TRADING (69)
97.2% positive feedback
Price:
$17.50
+ $3.99 shipping
Estimated delivery Thu, May 22 - Thu, May 29
Returns:
30 days returns. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Condition:
Brand New
An International Edition Textbook is simply the international counterpart of a U.S. Edition. All international editions have different covers and different ISBNs. These books were printed to be sold in different regions, such as Asia, Australia, UK etc.

About this product

Product Identifiers

PublisherPearson Education
ISBN-100131103628
ISBN-139780131103627
eBay Product ID (ePID)67113

Product Key Features

Number of Pages288 Pages
Publication NameC Programming Language
LanguageEnglish
SubjectProgramming Languages / C
Publication Year1988
FeaturesRevised
TypeTextbook
Subject AreaComputers
AuthorBrian Kernighan, Dennis Ritchie
FormatTrade Paperback

Dimensions

Item Height0.6 in
Item Weight16 Oz
Item Length9.2 in
Item Width7 in

Additional Product Features

Edition Number2
Intended AudienceScholarly & Professional
LCCN88-005934
Dewey Edition22
Number of Volumes2 vols.
IllustratedYes
Dewey Decimal005.133
Edition DescriptionRevised edition
Table Of Content1. 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.
SynopsisThe authors present the complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. The 2/E has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs. For years, C programmers have let K&R guide them to building well-structured and efficient programs. Now this same help is available to those working with ANSI compilers. Includes detailed coverage of the C language plus the official C language reference manual for at-a-glance help with syntax notation, declarations, ANSI changes, scope rules, and the list goes on and on., This 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., The definitive reference guide to C programming from K&R for writing good code that works and is easy to modify Learn how to program in C from the developers of C, Brian Kernighan and Dennis Ritchie. Intended for those with at least some experience with one other language (even if you are a novice), this book contains a tutorial introduction to get new users started as soon as possible and separate chapters on each major feature: Types, operators, and expressions Control flow Functions and program structure Pointers and arrays Structures Input and output This second edition of The C Programming Language describes C as defined by the ANSI standard and includes a reference manual that conveys the essentials of the standard in a smaller space for easy comprehension for programmers. "K&R is one of my favorite books. The style of the tutorial chapters is so deceptively light and simple and the manual so crisp. Much of C's reputation of simplicity comes from the clarity and great little examples from this book. My 1978 copy has lost its cover and my K&R2 is somewhat dog eared. Above all, K&R is a useful book." Bjarne Stroustrup, designer and original implementer of C++, and author of The C++ Programming Language, The definitive reference guide to C programming from K&R for writing good code that works and is easy to modify Learn how to program in C from the developers of C, Brian Kernighan and Dennis Ritchie. Intended for those with at least some experience with one other language (even if you are a novice), this book contains a tutorial introduction to get new users started as soon as possible and separate chapters on each major feature: Types, operators, and expressions Control flow Functions and program structure Pointers and arrays Structures Input and output This second edition of The C Programming Language describes C as defined by the ANSI standard and includes a reference manual that conveys the essentials of the standard in a smaller space for easy comprehension for programmers. " K&R is one of my favorite books. The style of the tutorial chapters is so deceptively light and simple and the manual so crisp. Much of C's reputation of simplicity comes from the clarity and great little examples from this book. My 1978 copy has lost its cover and my K&R2 is somewhat dog eared. Above all, K&R is a useful book." Bjarne Stroustrup, designer and original implementer of C++, and author of The C++ Programming Language
LC Classification NumberQA76.73.C15K47 1988

All listings for this product

Buy It Now
Any Condition
New
Pre-owned

Ratings and Reviews

4.9
51 product ratings
  • 47 users rated this 5 out of 5 stars
  • 3 users rated this 4 out of 5 stars
  • 0 users rated this 3 out of 5 stars
  • 0 users rated this 2 out of 5 stars
  • 1 users rated this 1 out of 5 stars

Would recommend

Good value

Compelling content

Most relevant reviews

  • Top favorable review

    Excellent introduction to programming.

    I've learned tonnes from this book so far, has really inspired me to learn as much as I can about computing (I'm doing it as a hobby). C is a great beginner language to learn because it's a relatively small language that forces you to be very disciplined with your code, although it can be difficult to stick with it sometimes. Note that it doesn't touch on how to set up you compiler or actually compile programs, as these details are system-specific. If you're on Windows, you might want to look into the Visual C++ build tools (try googling visualcppbuildtools_full and you'll find a Microsoft blog entry that explains more).

    Verified purchase: YesCondition: New

  • Top critical review

    More of a collector's relic than a practical helper

    Very out of date, once you get past the basis Fahrenheit to celsius exercises an exact copy of the code means they won't compile, there are no completed useful codings, so not practical. You are looking at small snippets of code from the past which you will have to debug yourself. Not a book you can learn a lot from if you don't have a lot of spare time, sadly.

    Verified purchase: YesCondition: Pre-owned

  • Get started where it all began.

    I thought that starting with the book that defined our programming in the beginning was a good place to start. This book takes you through the different tasks, I have yet to finish it. I also have the C Answer book to go along with it as well The standard C library from the era. I want to get all the information I could. I first bought the kindle version but when you just want to read a bit or reference a previous section , nothing beats the physical edition IMO. My only regret is that I did not start when the book came out. Things would be so much different. Thanks for reading and pick up a book. Get the one pictured , as I have heard that the international edition is different and the pictured edition was recommend to me.

    Verified purchase: YesCondition: New

  • The C Programming Language Standard By KERNIGHAN

    This is the original C programming language book that started the C/ Unix revolution. No one has ever improved on it! Its Perfect!

    Verified purchase: YesCondition: New

  • For a book that is almost 40 years old, ...

    For a book that is almost 40 years old, it was in good condition. It's a good read for studying how things were and how they came to be.

    Verified purchase: YesCondition: Pre-owned

  • A great book on programming

    This is THE book on the C programming language, co-written by the author of the language itself. It’s hard to go wrong with this one!

    Verified purchase: YesCondition: Pre-owned

  • Ecxelent product.

    The description was accurate. The book is well taken care of. I cannot ask for more.

    Verified purchase: YesCondition: Pre-owned

  • Great reference for the C language

    Great straight forward reference book on the C language. Its reputation is not hype it has everything you need right at your finger tips. Short and concise, just like the language it describes. Consider this a reference book. If your new to the C language, and programming in general, this is not going to hold your hand and give you a tutorial walk through. Still highly recommended for you book collection as it is a solid, no nonsense reference. It is a little dated, but still covers the major changes in the ANSI C update. Also it does have a certain nostalgic charm for those of us who have been around these systems for awhile.

    Verified purchase: YesCondition: Pre-owned

  • A foundation for good programming techniques.

    Excellent book for a great programming language. Taking time to learn the C programming language will benefit anyone who is interested in writing tight programs which are efficient and fast saving time and money.

    Verified purchase: YesCondition: New

  • C band wagon

    As a novice to the world of computer programming, this book has been listed as a seminal reference source on several recommended booklist. I am eager to start my coding journey with Kerrigan and Ritchie’s aid.

    Verified purchase: YesCondition: Pre-owned