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
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
why return type of main is not necessary in linux
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the use of ?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Why is c called "mother" language?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
Difference between Function to pointer and pointer to function
Write a program to print fibonacci series without using recursion?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Explain what does the format %10.2 mean when included in a printf statement?
What language is windows 1.0 written?
What is the heap in c?
What is c definition?
write a program to generate address labels using structures?