How to run c Program without using IDE of c.
means if program made in notepad.then how to compile by
command prompt.
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 |
Explain the difference between fopen() and freopen().
why TCS selected more student in the software field from all institution.
Difference between constant pointer and pointer to a constant.
write a program to copy a string without using a string?
What are the types of data files?
Should a function contain a return statement if it does not return a value?
Explain can you assign a different address to an array tag?
Is c easier than java?
swap two integer variables without using a third temporary variable?
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?
What are the two types of structure?
What is && in c programming?