|Listed in category:
Have one to sell?

C Programming Language by Dennis Ritchie (English) Paperback Book GOOD FREE SHIP

US $34.95
ApproximatelyC $48.27
Condition:
Good
Breathe easy. Returns accepted.
Shipping:
Free USPS Media MailTM.
Located in: Broadview Heights, Ohio, United States
Delivery:
Estimated between Wed, May 7 and Sat, May 10 to 43230
Estimated delivery dates - opens in a new window or tab include seller's handling time, origin ZIP Code, destination ZIP Code and time of acceptance and will depend on shipping service selected and receipt of cleared paymentcleared payment - opens in a new window or tab. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Buyer pays for return shipping. If you use an eBay shipping label, it will be deducted from your refund amount.
Payments:
     Diners Club

Shop with confidence

eBay Money Back Guarantee
Get the item you ordered or your money back. Learn moreeBay Money Back Guarantee - opens new window or tab
Seller assumes all responsibility for this listing.
eBay item number:226582942507
Last updated on Mar 14, 2025 00:36:52 EDTView all revisionsView all revisions

Item specifics

Condition
Good: A book that has been read but is in good condition. Very minimal damage to the cover including ...
Book Title
C Programming Language
ISBN-13
9780131103627
ISBN
9780131103627

About this product

Product Identifiers

Publisher
Pearson Education
ISBN-10
0131103628
ISBN-13
9780131103627
eBay Product ID (ePID)
67113

Product Key Features

Number of Pages
288 Pages
Language
English
Publication Name
C Programming Language
Publication Year
1988
Subject
Programming Languages / C
Features
Revised
Type
Textbook
Author
Brian Kernighan, Dennis Ritchie
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.6 in
Item Weight
16 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
88-005934
Dewey Edition
22
Number of Volumes
2 vols.
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
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.
Edition Description
Revised edition
Synopsis
The 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 Number
QA76.73.C15K47 1988

Item description from the seller

About this seller

6thCityPicker

100% positive feedback5.9K items sold

Joined Aug 1999

Detailed seller ratings

Average for the last 12 months
Accurate description
5.0
Reasonable shipping cost
5.0
Shipping speed
5.0
Communication
5.0

Seller feedback (1,996)

All ratings
Positive
Neutral
Negative
  • 4***7 (66)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Item was a good price and as described. Well packed and fast delivery, good communication. Would buy from again
  • j***u (136)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Fast shipping, Carefully packaged, Item as described, Great value. Recommended Seller. A+++
  • 0***u (216)- Feedback left by buyer.
    Past 6 months
    Verified purchase
    Item arrived on time and in great condition for a vintage troll. Exactly as described and well worth the price which was fair, and especially happy with the free shipping! Packaging was secure, and the troll was just perfect for my collection. Five stars all around—highly recommend this seller!

Product ratings and reviews

4.9
49 product ratings
  • 46 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
  • 0 users rated this 1 out of 5 stars

Would recommend

Good value

Compelling content

Most relevant reviews

  • Top favourable 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: NewSold by: bestvebsdeal

  • 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: NewSold by: allin-us-goods

  • 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: NewSold by: mikes-bookstore

  • 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-OwnedSold by: baystatebooks

  • 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-OwnedSold by: bfg4days_7