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 |
Tell us two differences between new () and malloc ()?
Write a program to know whether the input number is an armstrong number.
a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All
3 Answers Accenture, Digg.com,
how would a 4*3 array A[4][3] stored in Row Major Order?
what is the difference between static variable and register variable?
why wipro wase
What is volatile keyword in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
In a switch statement, what will happen if a break statement is omitted?
WHAT IS ABSTRACT DATA TYPE
Is there any demerits of using pointer?
what is purpose of fflush(stdin) function