how 2 compile & execute c program with out using editor?

Answers were Sorted based on User's Feedback



how 2 compile & execute c program with out using editor?..

Answer / 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

how 2 compile & execute c program with out using editor?..

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

Post New Answer

More C Interview Questions

how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


List some of the static data structures in C?

0 Answers  


What is the symbol indicated the c-preprocessor?

0 Answers  






Explain how can you restore a redirected standard stream?

0 Answers  


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


to find the program of matrix multiplication using arrays

6 Answers   Bhel,


Is it possible to pass an entire structure to functions?

0 Answers  


why should i select you?

21 Answers   Wipro,


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


What is structure padding in c?

0 Answers  


Categories