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

What is void c?

558


What are 'near' and 'far' pointers?

605


What is union in c?

624


where are auto variables stored? What are the characteristics of an auto variable?

574


Explain what is the difference between null and nul?

644






cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

626


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3234


What is self-referential structure in c programming?

646


How can you determine the size of an allocated portion of memory?

732


Is calloc better than malloc?

563


Explain the properties of union.

599


How do you define a string?

643


What are the types of pointers in c?

521


Where does the name "C" come from, anyway?

629


Explain high-order and low-order bytes.

655