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
Why do we use null pointer?
What is dangling pointer in c?
What is a built-in function in C?
How many types of errors are there in c language? Explain
Can include files be nested?
What happens if header file is included twice?
What is an example of structure?
What is class and object in c?
develop algorithms to add polynomials (i) in one variable
Explain logical errors? Compare with syntax errors.
Can you please explain the difference between syntax vs logical error?
what are the 10 different models of writing an addition program in C language?
Which built-in library function can be used to match a patter from the string?
What is indirection in c?
What are the standard predefined macros?