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
hi send me sample aptitude papers of cts?
Why do we use int main instead of void main in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Why main is not a keyword in c?
Is a house a shell structure?
Why cant I open a file by its explicit path?
Write a program with dynamically allocation of variable.
How many identifiers are there in c?
What is a nested formula?
What is use of bit field?
Can you please explain the difference between exit() and _exit() function?
how can use subset in c program and give more example
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are inbuilt functions in c?
Explain the red-black trees?