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
How can I delete a file?
What is the Purpose of 'extern' keyword in a function declaration?
How can you determine the size of an allocated portion of memory?
Can you assign a different address to an array tag?
What is the benefit of using #define to declare a constant?
Explain a file operation in C with an example.
What is wrong with this initialization?
Wt are the Buses in C Language
When should I declare a function?
Can we use visual studio for c?
How to define structures? ·
Why we use int main and void main?
Are there any problems with performing mathematical operations on different variable types?
Can static variables be declared in a header file?
What is the difference between declaring a variable and defining a variable?