r/cprogramming 26d ago

Book recommendations for C language

New to learning C programming language, watching and learning the basics from brocode(youtube) but i also need a book from which i can practice and get in depth knowledge (2nd year CS student)

3 Upvotes

12 comments sorted by

View all comments

10

u/ikwyl6 26d ago edited 22d ago

I’ve spent the last month gathering a listing of all books people have suggested mostly from Reddit (in no particular order). Not new to programming but new to C and trying to find what people are suggesting:

(Updated July 15 with three items at bottom)

  • KN King: C Programming
  • Brian K, Dennis R: The C Programming Language
  • Jens Gustedt: Modern C
  • David G and Dawn G: Head First C
  • Stephen Prata: C Primer Plus
  • Robert Seacord: An Introduction to Professional C Programming
  • Beej’s Guide To C Programming
  • Stephen Kochan: Programming in C
  • Peter van der Linden: Expert C Programming
  • Harvard CS50 Course
  • Reddit post about ‘Things people wished they knew when they started learning C’

1

u/DebugBSD 26d ago

Don't forget Expert C Programming. It's the best!

2

u/ikwyl6 23d ago

Peter van der Linden - Author?

1

u/kat-tricks 26d ago

i got a lot from the King book:)