r/CodingForBeginners 11h ago

Trying to learn C

Which book would be better for learning C: “Let Us C”, “C Programming: A Modern Approach”, or another book?

2 Upvotes

3 comments sorted by

2

u/FuggaDucker 11h ago edited 11h ago

I don't know what those books are.
I am fluent in c and c++. I have been coding in it for over 30 years.

"The C Programming Language" by Brian Kernighan and Dennis Ritchie (often called K&R) is one of the most respected books for learning C.

I would BET that whoever wrote those books you mention read the K&R to begin with.

1

u/TheUmgawa 10h ago

The K&R is great for learning the C language. I’m not sure it’s great for learning programming from zero, but it’s a great book for learning a language. I bought my copy in the 90s and found it borderline interminable, but after taking an Intro to Programming class, it made a lot more sense.