Roadmap to becoming a developer in 2022
 
 
 
 
 

12 lines
789 B

# C
C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs.
Visit the following resources to learn more:
- [@article@Learn C - W3Schools](https://www.w3schools.com/c/)
- [@article@Learn C - Tutorials Point](https://www.tutorialspoint.com/cprogramming/index.htm)
- [@video@C Programming Tutorial for Beginners](https://www.youtube.com/watch?v=KJgsSFOSQv0)
- [@video@Learn C Programming with Dr. Chuck](https://www.youtube.com/watch?v=j-_s8f5K30I)
- [@video@C Programming Full Course (Bro Code)](https://youtu.be/87SH2Cn0s9A)
- [@feed@Explore top posts about C Programming](https://app.daily.dev/tags/c?ref=roadmapsh)