Though you can write "C" code in Notepad, you must have a C compiler, such as the compiler included with the Microsoft Visual Studio development suite, to compile the code. To write a C code file in ...
There are many ways to write, compile, and debug your C/C++ code. One popular option is to use an IDE (Integrated Development Environment) which allows you to do all of those in one single program.