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

Define inline function

Answer Posted / hrpynux@gmail.com

An inline function is one for which the compiler copies the code from the function definition directly into the code of the calling function rather than creating a separate set of instructions in memory. This eliminates call-linkage overhead and can expose significant optimization opportunities.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are Structure passing and returning implemented by the compiler?

1201


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

4168


Is main a class in c++?

1048


What is an undefined reference/unresolved external symbol error and how do I fix it?

1164


What are maps in c++?

1004


What are the advantages of pointers?

1116


Search for: what is pair in c++?

1169


Is c++ primer good for beginners?

1079


What is the difference between the functions rand(), random(), srand() and randomize()?

1354


Give an example of run-time polymorphism/virtual functions.

1055


What is the maximum combined length of command line arguments including the space between adjacent arguments?

1033


What are disadvantages of pointers?

1092


Write a Program for find and replace a character in a string.

1126


What do you mean by ‘void’ return type?

1101


Comment on c++ standard exceptions?

1125