how 2 compile & execute c program with out using editor?
Answer Posted / sam
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
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is union and structure?
Where are some collections of useful code fragments and examples?
Is c# a good language?
Explain the difference between strcpy() and memcpy() function?
What is static identifier?
How can I split up a string into whitespace-separated fields?
Why is this loop always executing once?
What are the different types of objects used in c?
What is table lookup in c?
Is there any data type in c with variable size?
Which programming language is best for getting job 2020?
What type is sizeof?
Why string is used in c?
Explain what are compound statements?
What language is lisp written in?