Hello everyone! I'm looking for some help in learning the C programming language, as I need it for school. I thought it would be cool to make the learning experience more exciting by setting up a list of achievements, similar to what you see in video games like PlayStation. Each achievement would represent a goal or milestone in my C learning journey. If anyone can help guide me or assist in creating an achievement-based learning plan, I would really appreciate it. Any tips, advice, or resources for learning C are welcome. Thank you so much for your support!
2 Answers
I've been coding in C recently, and from my experience, learning Python first can make things easier. Python and C share some similarities, so if you spend a month learning Python, you'll find picking up C a lot smoother. But honestly, C isn't too tough; just check out tutorials on YouTube or various programming websites to get started. Good luck!
Do you have any specific YouTube tutorials or websites you recommend for tasks?
I recommend checking out the C section of CS50x if you're serious about learning C. It's a fantastic resource that walks you through the fundamentals in a really engaging way!

Thanks for the tip! But I'm actually starting with C first because the teacher chose it before Python.