|Eingestellt in Kategorie:
Dieses Angebot wurde verkauft am Sa, 12. Jul um 01:02.
C Programmiersprache, 2. Auflage, Brian W. Kernighan, Dennis M. Ritchie, gut
Verkauft
C Programmiersprache, 2. Auflage, Brian W. Kernighan, Dennis M. Ritchie, gut
US $10,78US $10,78
So, 13. Jul, 01:02So, 13. Jul, 01:02
Ähnlichen Artikel verkaufen?

C Programmiersprache, 2. Auflage, Brian W. Kernighan, Dennis M. Ritchie, gut

CH Media Store
(6672)
Angemeldet als privater Verkäufer
Verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
US $10,78
Ca.CHF 8,63
oder Preisvorschlag
Bisher US $25,90 (- 58%)Was bedeutet dieser Preis?
Aktueller Verkaufspreis (Angabe des Verkäufers)
Artikelzustand:
Gut
Ships fast with tracking.
Beendet: 13. Jul. 2025 01:02:49 MESZ
    Versand:
    US $3,99 (ca. CHF 3,20) Standard Shipping.
    Standort: Woodbridge, Virginia, USA
    Lieferung:
    Lieferung zwischen Mo, 21. Jul und Do, 24. Jul nach 94104 bei heutigem Zahlungseingang
    Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
    Zahlungen:
         Diners Club

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:157150197457
    Zuletzt aktualisiert am 07. Jul. 2025 01:27:05 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Gut
    Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
    Hinweise des Verkäufers
    “Ships fast with tracking.”
    Book Title
    C Programming Language, 2nd Edition
    ISBN
    9780131103627

    Über dieses Produkt

    Product Identifiers

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

    Product Key Features

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

    Dimensions

    Item Height
    0.6 in
    Item Weight
    17.6 Oz
    Item Length
    9.3 in
    Item Width
    7.1 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
    Edition Description
    Revised edition
    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.
    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

    Artikelbeschreibung des Verkäufers

    Info zu diesem Verkäufer

    CH Media Store

    99,8% positive Bewertungen21 Tsd. Artikel verkauft

    Mitglied seit Jul 2020
    Antwortet meist innerhalb 24 Stunden
    Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

    Durchschnitt in den letzten 12 Monaten
    Genaue Beschreibung
    5.0
    Angemessene Versandkosten
    4.8
    Lieferzeit
    5.0
    Kommunikation
    5.0

    Verkäuferbewertungen (6'960)

    Alle Bewertungen
    Positiv
    Neutral
    Negativ
      • c***k (51)- Bewertung vom Käufer.
        Letzter Monat
        Bestätigter Kauf
        Good book, as described. Fast shipping and arrived on time.
      Alle Bewertungen ansehen