Editor is not part of the compilation.
For TurboC its TCC myfile.c
You can compile, link and execute programs without text-editor.
1. Write the program 2. Compile and link it 3. Execute it by entering its name at command prompt
1. Create the source into a file with any text editor, for example: myprog.c2. Compile it: gcc -Wall -W -pedantic -g -o myprog myprog.c3. Run it: ./myprog
BGIDEMO.C is an example.
I don't think its possible. Every C++ program must at least have the main function.
The compiler demands it: your programs wouldn't compile without them.
Sometimes, it is. Some implementations compile C++ code into C code, and then compile the C code.
I had to compile a list of all the people who had seen the accident. Take these reports and compile a history starting with the oldest dates first. The doctor asked me to compile my medical history.
You don't "install" C, C is a language. You create your program in either an IDE(ex. Kdevelop, Dev C++, MS Visual Studio) or a simple text editor, compile it with a C compiler (ex. GNU's gcc), and then run the compiled binary file.
Not possible.
c program is fast and efficient.And c programm can be write with vareity of type variables and operations.
If you forget the semicolon, your program won't compile.