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...

What compilation do?

Answer Posted / ananth kumar

First pre-compilation, macros are sunstituted. Then at the
time of compilation, source code is converted into object
files (in other words, decoding to machine language) and
the linker plays a major role in generating the output
executables to perform the desired function.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is unary operator?

1174


Is null always defined as 0(zero)?

1177


Process by which one bit pattern in to another by bit wise operation is?

1225


What does & mean in scanf?

1166


Define C in your own Language.

1131


Is malloc memset faster than calloc?

1128


Describe explain how arrays can be passed to a user defined function

1162


What is the right type to use for boolean values in c? Is there a standard type?

1056


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1916


What is operator precedence?

1280


Why is it usually a bad idea to use gets()? Suggest a workaround.

1866


How variables are declared in c?

1099


How can I write functions that take a variable number of arguments?

1187


Write a program to print ASCII code for a given digit.

1127


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1102