How to run c Program without using IDE of c.
means if program made in notepad.then how to compile by
command prompt.
Answer Posted / 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 View All Answers
How can I direct output to the printer?
What is difference between far and near pointers?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is equivalent to ++i+++j?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
which type of aspect you want from the student.
What is a union?
What is declaration and definition in c?
How would you obtain the current time and difference between two times?
How can I swap two values without using a temporary?
Explain what math functions are available for integers? For floating point?
What are the types of data structures in c?
Write a program to swap two numbers without using third variable?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25