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


Please Help Members By Posting Answers For Below Questions

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

992


why return type of main is not necessary in linux

1863


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

2110


What is the use of ?

804


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

861


Why is c called "mother" language?

1045


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

2127


Difference between Function to pointer and pointer to function

823


Write a program to print fibonacci series without using recursion?

822


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.

3547


Explain what does the format %10.2 mean when included in a printf statement?

1096


What language is windows 1.0 written?

770


What is the heap in c?

832


What is c definition?

947


write a program to generate address labels using structures?

4263