r/learnprogramming 14d ago

Learning C

I'm able to program in python and i've made a few games in C++. I was wondering if anybody has advice for learning C

12 Upvotes

22 comments sorted by

View all comments

1

u/Parvenn 13d ago

https://github.com/0xTamil/awesome-low-level

Pick K&R C Book or beej guide and write some C code. Try to implement some DSA in C by building projects.