This second editon describes C as defined by the ANSIstandard. This book is meant to help the reader learnhow to program in C. The book assumes some familiaritywith basic programming concepts like variables,assignment statements, loops, and functions. A noviceprogrammer should be able to read along and pick up thelanguage.
目 錄
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.