The C programming language

The book is meant to help the reader learn how to program in C. It is organized as follows: Chapter 1 is a tutorial on the central part of C. Chapter 2 deals with the basic data types, operators and expressions. Chapter 3 treats control flow: if-else, switch, while, for, etc. Chapter 4 covers functi...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Tác giả chính: Kernighan, Brian W
Định dạng: Sách
Ngôn ngữ:Undetermined
Được phát hành: Englewood Cliffs, New Jersey Prentice-Hall 1988
Những chủ đề:
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Trung tâm Học liệu Trường Đại học Cần Thơ
Miêu tả
Tóm tắt:The book is meant to help the reader learn how to program in C. It is organized as follows: Chapter 1 is a tutorial on the central part of C. Chapter 2 deals with the basic data types, operators and expressions. Chapter 3 treats control flow: if-else, switch, while, for, etc. Chapter 4 covers functions and program structure - external variables, scope rulers, multiple source files, and so on - and also touches on the preprocessor. Chapter 5 discusses pointers and address arithmetic. Chapter 6 covers structures and unions. Chapter 7 describes the standard library, which provides a common interface to the operating system. Chapter 8 describes an interface between C programs and the UNIX operating system, concentrating on input/output, the file system, and storage allocation. Appendix A contains a language reference manual. Appendix B is a summary of the standard library. Appendix C is a short summary of changes from the original language