|Listed in category:
This listing sold on Sat, 2 Aug at 10:42 PM.
C Programming Language by Brian Kernighan and Dennis Ritchie (1988, Trade...
Sold
C Programming Language by Brian Kernighan and Dennis Ritchie (1988, Trade...
US $10.00US $10.00
Sat, 02 Aug, 22:42Sat, 02 Aug, 22:42
Have one to sell?

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

US $10.00
ApproximatelyAU $15.45
Condition:
Very good
    Postage:
    US $5.22 (approx. AU $8.06) USPS Media MailTM.
    Located in: Danville, Arkansas, United States
    Delivery:
    Estimated between Thu, 7 Aug and Wed, 13 Aug to 94104
    Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the postage service selected, the seller's postage history, and other factors. Delivery times may vary, especially during peak periods.
    Returns:
    No returns accepted.
    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:177148858209

    Item specifics

    Condition
    Very good: A book that does not look new and has been read but is in excellent condition. No obvious ...
    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

    Allyson's Shop

    99.1% positive Feedback2.8K items sold

    Joined Jul 2012
    Usually responds within 24 hours

    Detailed seller ratings

    Average for the last 12 months
    Accurate description
    4.8
    Reasonable postage costs
    4.6
    Postage speed
    5.0
    Communication
    4.9

    Seller feedback (1,114)

    All ratings
    Positive
    Neutral
    Negative
      • k***i (2008)- Feedback left by buyer.
        Past 6 months
        Verified purchase
        fast shipping - great packaging - item as described - couldn't be happier
      See all feedback

      Product ratings and reviews

      4.9
      53 product ratings
      • 49 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 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

      • 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-ownedSold by: jokhseller

      • 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