how 2 compile & execute c program with out using editor?
Answers were Sorted based on User's Feedback
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 |
Answer / nihar sharma
after set path and complied prod ...that feed back from cmd
promt..cant file found
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
Are negative numbers true in c?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Can u return two values using return keyword? If yes, how? If no, why?
What are enums in c?
what is the difference between unix os and linux os
How can you increase the allowable number of simultaneously open files?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
What is a substring in c?
What is the use of void pointer and null pointer in c language?
What are the scope of static variables?
What is the difference between null pointer and wild pointer?