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

Answer Posted / suman halder

a).i /* expanded source code generated by preprocessor */
b).asm /* code generated by the compiler */
c).obj /* code generated by the assembler */
d).bak
e).exe /* executable code generated after linking */

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the static data structures in C?

949


How will you divide two numbers in a MACRO?

892


string reverse using recursion

2057


explain what are pointers?

786


Explain main function in c?

831


What is the difference between pure virtual function and virtual function?

848


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

933


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

971


Explain 'bit masking'?

825


What is use of #include in c?

808


Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

883


How do c compilers work?

787


praagnovation

2002


Can you pass an entire structure to functions?

887


What is the benefit of using an enum rather than a #define constant?

906