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

A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

1240


What type is sizeof?

1086


What are types of structure?

1172


What is an endless loop?

1323


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1239


What is calloc malloc realloc in c?

1107


Write a code to generate divisors of an integer?

1105


Explain how do you search data in a data file using random access method?

1176


What are the main characteristics of c language describe the structure of ac program?

1264


Is it possible to pass an entire structure to functions?

1053


What is the difference between fread buffer() and fwrite buffer()?

1227


How can my program discover the complete pathname to the executable from which it was invoked?

1120


What are variables c?

1094


Can you explain the four storage classes in C?

1169


write a program to print largest number of each row of a 2D array

2372