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 does pointer work in c?

0 Answers  


how to introdu5ce my self in serco

0 Answers  


How would you write qsort?

1 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,






7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

0 Answers  


what is differnence b/w macro & functions

1 Answers  


Where is c used?

0 Answers  


what is computer

4 Answers  


Explain how to reverse singly link list.

0 Answers  


If you know then define #pragma?

0 Answers  


What does printf does?

0 Answers  


Categories