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

Explain the difference between fopen() and freopen().

2 Answers  


why TCS selected more student in the software field from all institution.

5 Answers   TCS,


Difference between constant pointer and pointer to a constant.

0 Answers   Huawei,


write a program to copy a string without using a string?

2 Answers  


What are the types of data files?

0 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


Explain can you assign a different address to an array tag?

0 Answers  


Is c easier than java?

0 Answers  


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?

0 Answers  


What are the two types of structure?

0 Answers  


What is && in c programming?

0 Answers  


Categories