c primer plus
时间: 2023-09-22 21:12:22 浏览: 112
C Primer Plus 练习题
C Primer Plus is a book written by Stephen Prata and published by Addison-Wesley Professional. It is a comprehensive introduction to the C programming language, covering topics such as data types, control statements, arrays, functions, pointers, structures, file handling, dynamic memory allocation, and more advanced topics such as recursion and the preprocessor.
The book is designed for beginners, but it also provides a good reference for intermediate and advanced programmers. It includes practical examples and exercises that help readers to apply the concepts they learn to real-world programming problems.
C Primer Plus is a popular book among programmers and students who want to learn the C programming language. It is considered one of the best books on C programming, and it has been translated into different languages.
阅读全文