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

What are the complete rules for header file searching?

1 Answers  


Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.

11 Answers   Microsoft,


What are the salient features of c languages?

1 Answers  


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

1 Answers  


What are static variables, and where are they stored?

2 Answers  


Describe the difference between = and == symbols in c programming?

1 Answers  


what is c

1 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


can u give me the good and very optimised code for a car racing game?

0 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


Explain high-order bytes.

1 Answers  


Categories