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
Without Computer networks, Computers will be half the use. Comment.
Why is sprintf unsafe?
What is the difference between void main and main in c?
What does void main () mean?
What is the size of enum in c?
What is double pointer?
Why are all header files not declared in every c program?
What is variable initialization and why is it important?
simple program of graphics and their output display
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
Does c have function or method?
How can I find the modification date of a file?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
what are enumerations in C
Is it possible to use curly brackets ({}) to enclose single line code in c program?