495 C language problems you must know (full version, including all chapters) is a classic textbook on C language. It gives 495 error-prone examples of C language in the form of FAQ, which is very suitable for learning and interviews.
Content introduction:
C is a concise and exquisite language. It is easy to master the basic syntax, but it is not so simple to be able to use it freely. You will inevitably encounter a variety of questions, some of which may baffle you. You may even search the library but still not find the answer. The publication of this book fills this gap. The content in the book is the result of years of discussions among C language users around the world in the news group comp.lang.c. The author has greatly expanded and enriched the online version of the C FAQ list. Combined with code examples, the author authoritatively and in-depth answers to 495 C language problems most commonly encountered in actual study and work, covering initialization, Arrays, pointers, strings, memory allocation, library functions, C pre...
Expand