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
Why is void main used?
C program to find all possible outcomes of a dice?
which is an algorithm for sorting in a growing Lexicographic order
Give differences between - new and malloc() , delete and free() ?
Why do we use int main?
What does c mean in standard form?
What is hash table in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
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
What are data structures in c and how to use them?
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
What type is sizeof?
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
What are the standard predefined macros?
Is there a built-in function in C that can be used for sorting data?