The C Programming Language By Dennis M.Ritchie |
Book Summary of The C Programming Language (Ansi C Version)
The computing world has undergone a revolution since the publication of the first edition of the C Programming Language. During this time, the C language has changed and spread beyond its origins as the language of the UNIX operating system. This second edition provides a more comprehensive and contemporary definition of the C language as defined by the ANSI standard the "ANSI C". The most striking change relates to the new form of function declaration and definition. It is primarily meant to help the reader to learn how to program in C.
Table of content
- Preface
- Introduction
- A Tutorial Introduc-tion
- Types, Operators, and Expressions
- Control Flow
- Functions and Program Structure
- Pointers and Arrays
- Structures
- Input and Output
- The UNIX System Interface
- Appendix A_Reference Manual
- Appendix B_Standard Library
- Appendix C_Summary of Changes
- Inde
x

