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
What is exit() function?
Not all reserved words are written in lowercase. TRUE or FALSE?
Is it possible to pass an entire structure to functions?
What is structure in c explain with example?
What is typeof in c?
What is calloc() function?
What are derived data types in c?
Is javascript written in c?
What are the advantages of c preprocessor?
Process by which one bit pattern in to another by bit wise operation is?
Explain the difference between exit() and _exit() function?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is variable in c example?
What is include directive in c?
What is bss in c?