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 |
What are the advantages of using macro in c language?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
What is pointer to pointer in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Why is c fast?
how to compare two strings without using strcmp() function??
can v write main() { main(); } Is it true?
Explain what is the advantage of a random access file?
What is the equivalent code of the following statement in WHILE LOOP format?
What is the size of array float a(10)?