Compiling...
To start writing and running C programs, you can't just type code into Microsoft Word or a basic Notepad and expect it to run. Your computer's processor only understands machine code (binary 1s and 0s), not the English-like syntax of C.
To bridge this gap, you need two essential tools: a Text Editor and a Compiler.