
The C Programming Language
by Brian W. Kernighan, Dennis M. Ritchie
Brief Summary
"The C Programming Language" is a guide to learning C programming based on the ANSI standards. It shows how to use C's strong points, such as its operators, control flow, and data structures. For a long time, C programmers have used this book to write efficient and well-organized programs. So, don't hesitate to become one of them.
You may also like these summaries

