c primer plus
时间: 2023-09-22 17:12:26 浏览: 89
C Primer Plus is a book written by Stephen Prata that serves as a comprehensive guide to the C programming language. The book covers a wide range of topics, including data types, control structures, functions, arrays, pointers, structures, file input/output, and dynamic memory allocation.
The book is designed for beginners and intermediate-level programmers, and it uses a hands-on approach to teach the language. The book includes numerous examples and exercises that help readers apply the concepts they learn.
C Primer Plus is considered one of the best books on C programming, and it has been used in universities and colleges around the world. It is also a popular reference guide for professional programmers.
阅读全文