How do you compile or execute 'C' program without editor?

Answer:
compling c executing c program without editor is similar to that of Java program. we just have to set the path to TC to the PATH environment variable. then using the TCC command we can execute the C program..... EG: TCC sam.c //Compilation sam //Execution
First answer by ID2058096470. Last edit by ID2058096470. Question popularity: 1 [recommend question].