{# Course schema: this is what turns a blue link into a result that shows the provider and the level. Only facts that are actually true go in here. #}
ExpoCoder Sign in Start free

C

Learn C from zero, with no programming background needed. The language that Unix, Linux and almost every other language were built on, taught one runnable example at a time.

24 lessons about 8 hours Medium
Learn it by writing it.

Every lesson runs real code in your browser, checked the moment you submit. No installing anything, no setup, no waiting.

Start C free

What this course covers

  1. What Is C?
  2. How C Actually Runs
  3. Your First C Program
  4. Variables and Types
  5. printf and Its Format Codes
  6. Doing Arithmetic
  7. Values That Should Not Change
  8. Making Decisions
  9. Combining Conditions
  10. Choosing With switch
  11. Repeating With a for Loop
  12. while and do while
  13. break and continue
  14. Functions: Naming a Job
  15. Arrays, and No Safety Net
  16. Strings Are Arrays of Characters
  17. Pointers: Holding an Address
  18. Pointers and Arrays Are Nearly the Same
  19. Changing a Caller's Variable
  20. structs: Grouping Related Data
  21. Arrays of structs
  22. Asking for Memory Yourself
  23. Where a Variable Lives
  24. Putting It All Together

Other courses

Computational Thinking

Learn to think like a problem-solver before you write a single line of code. Break big …

Basic Python

Your first Python course, no experience needed. Learn variables, loops, functions, and …

Intermediate Python

Level up your Python with comprehensions, lambdas, error handling, files, modules, and …

Object-Oriented Programming

Master OOP in Python: classes, objects, inheritance, polymorphism, encapsulation, abstr…

Advanced Python

Go deeper in Python: decorators, generators, type hints, regex, JSON, SQLite, testing, …

Data Structures & Algorithms

Core CS: arrays, lists, stacks, queues, hash tables, trees, graphs, sorting, searching,…

Games with Pygame

Build your own 2D games from scratch: the game loop, sprites, movement, collisions, and…

Java

Learn Java from zero, with no programming background needed. Write your first program, …

C++

Learn C++ from zero, with no programming background needed. Start with your first progr…

JavaScript

Learn JavaScript from scratch: variables, types, loops, functions, arrays and objects, …

Web Frontend

Build for the browser: structure pages with HTML, style them with CSS, then use live AP…

Full-Stack Web

Put Python behind the browser: Flask routes, forms, APIs, the requests library, and ful…

See all courses