C Programming Language (2e)

Brian W. Kernighan
Dennis Ritchie
Title C Programming Language
Edition 2
ISBN 9780131103627
ISBN 10 0131103628
Published 22/03/1988
Published by Pearson Higher Ed USA
Pages 274
Format Paperback
Out of stock
 
Total Price $130.99 Add to Cart
Description

This second editon 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.

Table of contents


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.
New to this edition
This second editon 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.
Features & benefits
  • all examples have been tested, which is in machine-readable form.
  • it discusses various aspects of C in more detail, although the emphasis is on examples of complete programs, rather than isolated fragments.
  • it deals with basic data types, operators and expressions.
  • covers functions and program structure, external variables, scope rules, multiple source files, and also touches on the preprocessor.
  • it also describes an interface between C programs and the UNIX operating system, concentrating on input/output, the file system, and storage allocation.
  • it also provides a language reference manual. The official statement of the syntax and semantics of C is the ANSI standard.
Author biography

Brian W. Kernighan works in the Computing Science Research Center at Bell Laboratories, Lucent Technologies. He is Consulting Editor for Addison-Wesley's Professional Computing Series and the author, with Dennis Ritchie, of The C Programming Language.

 

Dennis Ritchie is a computer scientist notable for his influence on ALTRAN, B, BCPL, C, Multics, and Unix.