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 to run c Program without using IDE of c.
means if program made in notepad.then how to compile by
command prompt.



How to run c Program without using IDE of c. means if program made in notepad.then how to compile b..

Answer / rajesh

compile
gcc filename.c
its create exe file is a.out
run
./a.out


ll gie output

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

Difference between Class and Struct.

13 Answers   Ericsson, Motorola, Wipro,


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


what is use of malloc and calloc?

0 Answers  


What is the difference between realloc() and free()

1 Answers  


Explain zero based addressing.

0 Answers  


write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


Why is python slower than c?

0 Answers  


What is main function in c?

0 Answers  


How do I send escape sequences to control a terminal or other device?

0 Answers  


Explain the difference between malloc() and calloc() function?

0 Answers  


What are volatile variables?

1 Answers   Mind Tree,


Categories