how c source file in converted to exe file

Answer Posted / anil kumar

For this ans first we have to know the c-compiler architecture
in c we will save the file with .c extension
the compiler first preprocessor toolconverts the .c file into .i(intermediate code) again .i into .asm(assembler) , .asm into .obj(object code) this object code wil be linked with the object for the library functions and generates a .exe(excutable file)

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are nested functions in c?

566


What is openmp in c?

612


What are the rules for identifiers in c?

588


Is anything faster than c?

587


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2271






c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

616


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

1902


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

1784


For what purpose null pointer used?

607


write a program to display all prime numbers

1456


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

646


What is the size of enum in c?

622


Why is structure padding done in c?

648


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

642


What are the advantages of Macro over function?

1206