list the no of files created when c source file is compiled
Answer Posted / niket raj gahoi
there are 6 file created they are
1) .c
2) .i
3) .obj
4) .bak
5) .asm
6 .exe
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
The statement, int(*x[]) () what does in indicate?
How will you delete a node in DLL?
What functions are used for dynamic memory allocation in c language?
what are non standard function in c
Which of these functions is safer to use : fgets(), gets()? Why?
What is the sizeof () operator?
What is the difference between typedef and #define?
Why does everyone say not to use scanf? What should I use instead?
What is optimization in c?
What is the use of f in c?
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
What is the most efficient way to store flag values?
Why shouldn’t I start variable names with underscores?
using only #include
define string ?