list the no of files created when c source file is compiled
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suman halder
a).i /* expanded source code generated by preprocessor */
b).asm /* code generated by the compiler */
c).obj /* code generated by the assembler */
d).bak
e).exe /* executable code generated after linking */
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / rakesh
.cpp/.c // code
.i //after pre-prossesor
.obj // object file
.bak
.exe
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / 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 |
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
how to find string length wihtout using c function?
How are 16- and 32-bit numbers stored?
write a program to count the no of repaeted words in a line?
program for reversing a selected line word by word when multiple lines are given without using strrev
Prove or disprove P!=NP.
a 'c' program to tell that the set of three coordinates lie on a same line
What does %p mean c?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
Is c pass by value or reference?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
Why is c so important?