Quick links
This is one of the most frequently asked question to me. Creating and compiling a C program using an IDE is like waving some magic wand. However, a beginner must know how to compile and run C programs using command line in Windows based operating system.
To create a C program using command line you need two basic software’s.
- A text editor (such as Notepad or Notepad++ ).
- A C compiler.