Having saved the source file (*.C), you can compile it into an object module (*.OBJ), then link an executable program (*.EXE)
you cant because computers dont understand C. you need to use a compiler to convert it into a binary.
Main Hard Drive
First you need to create a text file containing the source code written in the C language. Then, you call the compiler to check the syntax of your source code and translate it into machine code. The...
uilili