list the no of files created when c source file is compiled
Answer Posted / abhijeet kankani
Basically 4 files:
a).c (source code file)
b).obj(object file in which .i and .asm are also included)
c).exe
d).bak (backup)
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
What is the difference between mpi and openmp?
Why c is called a mid level programming language?
Where is c used?
What is the use of linkage in c language?
What is sorting in c plus plus?
How is actual parameter different from the formal parameter?
What are 3 types of structures?
What is union in c?
Explain is it better to bitshift a value than to multiply by 2?
How can I find out if there are characters available for reading?
Explain the bubble sort algorithm.
How do I determine whether a character is numeric, alphabetic, and so on?
Is a house a mass structure?
How many types of operators are there in c?
What is the importance of c in your views?