list the no of files created when c source file is compiled

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is void main used?

700


C program to find all possible outcomes of a dice?

1945


which is an algorithm for sorting in a growing Lexicographic order

1476


Give differences between - new and malloc() , delete and free() ?

710


Why do we use int main?

713






What does c mean in standard form?

709


What is hash table in c?

667


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

696


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1426


What are data structures in c and how to use them?

770


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2368


What type is sizeof?

683


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

783


What are the standard predefined macros?

726


Is there a built-in function in C that can be used for sorting data?

860