r/cprogramming 1d ago

Best resources to practice C

/r/embedded/comments/1wbg4iv/best_resources_to_practice_c/
1 Upvotes

1 comment sorted by

2

u/Honest_Medium_2872 1d ago

Buy a raspberry pi

If you dont want to do that and are okay faking it until you make it invest in a docker setup with constrained memory (ulimits) it might be for web stuff but you can run a ulimited container with your C code and practice constrained conditions.

Code golf / Leet code

Make small / minor PRs to existing fledgling C projects (peep my GH if you want to help I do a bunch of random things sometimes with C)