What are the best books for learning C programming?

0
8
Asked By CuriousPineapple88 On

I'm interested in learning the C programming language purely through books, without relying on online resources. Can anyone suggest some good titles? Thanks!

3 Answers

Answered By CSharpie123 On

I picked up "Effective C" to learn and it was really helpful! You might want to take a look at that too. You can find it on their website!

Answered By BookWormCoder On

"C Primer Plus" is a great option too. I found it very digestible and useful. Plus, I've used other 'Primer Plus' books for C++ and C# and loved them!

Answered By CodeExplorer42 On

A fantastic choice is "The C Programming Language, 2nd Edition" by K&R. It's pretty much everything you need to get started with C! If you want to keep your knowledge updated later on, you could also check out "Modern C," but the K&R book really has all the essentials for beginners.

TechEnthusiast21 -

Thanks for the tip! I just bought the K&R book.

SkillfulCoder33 -

If you're already familiar with another programming language, K&R is perfect; otherwise, I recommend "C Programming: A Modern Approach" by KN King. It was way easier for me as a beginner.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.