Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is the benefit of using an enum rather than a #define constant?

1317


What is a structure and why it is used?

1291


What are structures and unions? State differencves between them.

1246


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1202


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

1163


Explain why C language is procedural?

1270


Is there any possibility to create customized header file with c programming language?

1104


What is switch in c?

1158


What are different types of variables in c?

1126


Define Spanning-Tree Protocol (STP)

1177


What is malloc() function?

1227


Where we use clrscr in c?

1184


What is a structure member in c?

1050


Explain what is the concatenation operator?

1230


Is sizeof a keyword in c?

1013