
作者:EBalagurusamy
页数:549
出版社:清华大学出版社
出版日期:2011
ISBN:9787302264194
电子书格式:pdf/epub/txt
内容简介
本书是印度各大学使用最广的c语言程序设计经典教材之一,这是其最新的第5版。
本书以简单而清晰的语言,教授读者如何使用c语言进行程序设计。全书贯彻了“用示例学习”的概念。在深入介绍了c语言的每个特性之后,给出了一个完整的示例程序,用于演示说明其应用。每章末尾的“案例学习”不仅介绍了把c语言的特性集成在一起的常用方法,而且还显示了它在实际生活中的应用。最后一章介绍了开发高效、无错误的c程序的一些指导原则。
本书在前一版的基础上增加介绍了c99的一些新特性,并增加了不少复习题和项目设计题,而且在附录iv中给出了4个完整的应用程序开发示例,使得本书的实际应用性更强。
目录
1 overview of c
2 constants, variables, and data types
3 operators and expressions
4 managing input and output operations
5 decision making and branching
6 decision making and looping
7 arrays
8 character arrays and strings
9 user-defined functions
10 structures and unions
11 pointers
12 file management in c
13 dynamic memory allocation and linked lists
14 the preprocessor
15 developing a c program: some guidelines
2 constants, variables, and data types
3 operators and expressions
4 managing input and output operations
5 decision making and branching
6 decision making and looping
7 arrays
8 character arrays and strings
9 user-defined functions
10 structures and unions
11 pointers
12 file management in c
13 dynamic memory allocation and linked lists
14 the preprocessor
15 developing a c program: some guidelines














