C is a subset of C++. Typically, a C/C++ compiler will compile either depending on the extension you use. .c means it is a C file. .cpp means it a C++ file.
MS uses the standard stdio library if you are coding in C. You can also use it in C++ if you want.
Also, C compilers will typically...