There are a lot of books learning C language. on the Internet, you can find a lot of books learning C language, C language advanced books, similar to such books. What kind of books are good? Next we will introduce some books about C language.
1. "conquer the C Pointer" combines the author's years of programming experience and insights, starting from the concept of the c language pointer, the experiment explains the relationship between pointers and arrays, memory, and data structures step by step, Presents common usage of pointers, and reveals various usage techniques. In addition, we also teach us how to interpret the "tangle" declarative syntax of the c language in a unique way and how to bypass the trap of the c pointer.
2. the history, language features, statements, arrays, pointers, links, runtime, memory, and how to further learn about C ++ in c expert Programming in-depth analysis. This book introduces dozens of examples, which has very high practical value for c programmers. This book can help c programmers with some experience become experts in c programming. For programmers with a considerable c language foundation, this book can help them understand and learn c ++ at the height of c.
3. the book C traps and defects is divided into eight chapters, the possible problems in c programming are analyzed in terms of lexical analysis, syntax semantics, connection, library functions, pre-processor, and portability defects. At last, the author gives some practical suggestions in the chapter. This book is suitable for c programmers with certain experience to read and learn. Even if you are a c Programming guru, this book should become a must-have book for your case.
4. "C Primer Plus" provides readers with an introductory, clear, and insightful C language tutorial. The author well integrates the programming concepts with the details of the C language. A large number of short welding examples are used to demonstrate one or two concepts, which provides readers with a good opportunity to practice and help them quickly grasp the knowledge they have mentioned. Each chapter provides exercises and programming exercises, which further emphasizes important information and helps readers to understand concepts that are hard to understand. This book is not only applicable to students who want to systematically learn C programming, but also to developers who are proficient in other advanced programming languages but eager to better master the core language of C.
5. "C programming language and Question Answering" is an excellent guide to programming practice. K & R is a classic textbook on C language. This exercise will help you better understand C language and master good C programming skills. Reading and learning the syntax structure alone does not really grasp a programming language. You must practice programming-write some programs in person and study programs written by others. You can use the K & R teaching materials to learn the C language and independently answer exercise questions in the book.
These books can be regarded as classical C language textbooks in C language learning books. They can also be viewed as advanced C language books. Of course, what do you think of these books, but it can definitely help you learn things.