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

char ch=10;printf("%d",ch);what is the output

14 Answers   Accenture,


what is the hardware model of CFG( context free grammar)

0 Answers   Microsoft,


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


how to get starting address of a running C program

3 Answers  






can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 Answers  


what is an ERP?

2 Answers   Infotech,


how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com

3 Answers   Honeywell, Huawei,


difference between semaphores and mutex?

1 Answers  


How can I find out how much memory is available?

1 Answers   Persistent,


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

0 Answers   Wilco,


How many types of sorting are there in c?

0 Answers  


Categories