|Listed in category:
This listing sold on Fri, Jul 4 at 17:47.
The C Programming Language Book 2nd Edition Kernighan Ritchie 1988
Sold
The C Programming Language Book 2nd Edition Kernighan Ritchie 1988
US $23.99US $23.99
Fri, Jul 04, 05:47 PMFri, Jul 04, 05:47 PM
Have one to sell?

The C Programming Language Book 2nd Edition Kernighan Ritchie 1988

US $23.99
ApproximatelyC $32.62
or Best Offer
Condition:
Good
    Shipping:
    Free USPS Media MailTM.
    Located in: Tolland, Connecticut, United States
    Delivery:
    Estimated between Mon, Jul 28 and Fri, Aug 1 to 91768
    Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the shipping service selected, the seller's shipping 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:336044564787

    Item specifics

    Condition
    Good: A book that has been read but is in good condition. Very minimal damage to the cover including ...
    Series
    Software Series
    Country/Region of Manufacture
    United States
    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

    Higher_conscious_crystals

    100% positive feedback4.6K items sold

    Joined Jul 2001

    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,691)

    All ratings
    Positive
    Neutral
    Negative
      • e***s (83)- Feedback left by buyer.
        Past month
        Verified purchase
        Came in the expected condition.
      See all feedback

      Product ratings and reviews

      4.9
      51 product ratings
      • 48 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