Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is malloc() function?

0 Answers  


What does != Mean in c?

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....

1 Answers   TCS,


What are the uses of null pointers?

0 Answers  


What ios diff. Between %e & %f?

3 Answers   Honeywell,


Can include files be nested?

0 Answers  


What does return 1 means in c?

0 Answers  


Can you add pointers together? Why would you?

0 Answers  


Categories