Jump to ratings and reviews
Rate this book

C: A Reference Manual, 5th Edition

Rate this book
This authoritative reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that emphasizes correctness, portability, and maintainability. The authors describe the C language more clearly and in more detail than in any other book.

560 pages, Paperback

First published January 1, 1984

16 people are currently reading
445 people want to read

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
143 (45%)
4 stars
101 (32%)
3 stars
51 (16%)
2 stars
12 (3%)
1 star
4 (1%)
Displaying 1 - 12 of 12 reviews
42 reviews1 follower
January 7, 2022
I got this book for the half-semester course I took on C when I was in college. I wouldn't use it to learn C, since as the name says, it's a reference manual. The great thing about this book is it guided the reader about portability issues. It had a complete standard library reference, and it laid out the precedence of all operators in an easy to follow chart. I used it for several years after I got my degree, out in the work world. Very handy. If the newest edition is anything like this one was, I'd highly recommend it to anyone who has to work with C regularly.
Profile Image for Eric.
80 reviews
October 9, 2014
A good reference manual for core syntax and constructs.
Profile Image for Maxim Chetruşca.
32 reviews20 followers
November 10, 2014
Well, the book is what its title says: a reference manual. If you need to check something about syntax or semantics, or whether this is a Standard C feature or a specific compiler implementation - this book might be the one. There are also many subtle details presented, like what is the longest line of code possible or how many cases can a switch have. It also covers C++ compatibility. It covers everything, but this is a reference, not a book to learn good practices or tutorial-like. It might not prevent you from misusing a feature which it describes.
8 reviews15 followers
August 29, 2021
The content honestly reflects the title, but newer version of ANSI/C (c17) are not covered here. A must-have reference book. One is introduced to details of the C language not covered by introductory texts. An example being namespaces. With knowledge from this book, one can code C confidently with OOP style.
Profile Image for Tech Nossomy.
411 reviews4 followers
August 7, 2025
A vast coverage of the C programming language, which is particularly useful for the aspiring programmer. Since the 2002 edition was published many more updates to the C standard were implemented, so the book is showing its age, and the same information would these days be garnered from online forums.

Some typos and syntactical errors throughout.
1 review
Read
February 15, 2017
fsghsfg
This entire review has been hidden because of spoilers.
Displaying 1 - 12 of 12 reviews

Can't find what you're looking for?

Get help and learn more about the design.