This book is the latest version of the classic C language reference manual. On the basis of emphasizing correctness, portability and maintainability, this book provides a complete and accurate description of the specific details of C language, runtime library and C language programming style.
This book covers the implementation of all C language versions such as traditional C language, C89, C95, C99, etc., and also discusses the compatibility between C++ and C language. The book introduces the lexical structure, preprocessor, declaration, type expression, statement, function and runtime library of C language from top to bottom. It is an essential reference book for all C language programmers.
Expand