How C Programs Run
Learn how to install a C compiler (GCC, Clang, or MSVC) and configure an Integrated Development Environment (IDE) like Code::Blocks, Visual Studio Code, or Dev-C++.
From idea to action
You write C in plain text. But the computer can't read that directly. So how does it run? Let's find out. 🔍
Source code
The text you write is called source code. It's your recipe, written in a language humans can read.
All lessons in this course
- What is C?
- How C Programs Run
- Your First Look at C Code