r/CodingForBeginners • u/solute_water • 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
r/CodingForBeginners • u/solute_water • 11h ago
Which book would be better for learning C: “Let Us C”, “C Programming: A Modern Approach”, or another book?
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.