Myself as a student was super lost when starting to try do do anything in C, so after searching for some time in the internet, I found some stuff that has helped me in my progress through university, hopefully it can help someone out.
- https://github.com/HO-COOH/CPPDevOnWindows – Very easy to follow installation for some possible editors updated with latest compilers.
- https://en.cppreference.com/w/c – Very nice explanation for c libraries included on the standard.
- https://cppcheck.sourceforge.io/ – Code analysis for C/C++
- https://github.com/oz123/awesome-c – Curated List of different resources to build your own projects.
- https://github.com/TheAlgorithms/C – Examples of everyday algorithms developed in c with explanations and using only the standard libraries.
- https://gustedt.gitlabpages.inria.fr/modern-c/ – Good book, that explains the language on different levels, with some of the more modern features from recent standards.