Learn C
Learn the basics of the C programming language in this beginner friendly course.
Skill level
BeginnerTime to complete
Approx. 15 hoursCertificate of completion
Included with paid plansPrerequisites
None
About this course
The C programming language was first released in 1972, making it one of the oldest still used today. The language is in everything you do since most modern operating systems are implemented with C code, as is the main version of Python (called CPython). Get started learning C fundamentals to become a better programmer in any field of computer science.
Skills you'll gain
Learn key programming concepts
Write your own C programs
Use pointers to work with memory
Syllabus
10 lessons • 8 projects • 9 quizzesHands-on learning
Don’t just watch or read about someone else coding — write your own code live in our online, interactive platform. You’ll even get AI-driven recommendations on what you need to review to help keep you on track.
Projects in this course
Reviews from learners
- The progress I have made since starting to use codecademy is immense! I can study for short periods or long periods at my own convenience - mostly late in the evenings.ChrisCodecademy Learner @ USA
- I felt like I learned months in a week. I love how Codecademy uses learning by practice and gives great challenges to help the learner to understand a new concept and subject.RodrigoCodecademy Learner @ UK
- Brilliant learning experience. Very interactive. Literally a game changer if you're learning on your own.John-AndrewCodecademy Learner @ USA
Our learners work at
Unlock additional features with a paid plan
Practice Projects
Guided projects that help you solidify the skills and concepts you're learning.Assessments
Auto-graded quizzes and immediate feedback help you reinforce your skills as you learn.Certificate of Completion
Earn a document to prove you've completed a course or path that you can share with your network.
Join over 50 million learners and start Learn C today!
StartFrequently asked questions about C
The C programming language has been around for a long time. It was released in 1972, and it was the first language (after Assembly) used to build an operating system.
C is known for its speed and efficiency. It gives developers great control over a system’s hardware components., and you’ll find it in programs that require high performance.