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 are C++ inline functions?

Answer Posted / hrpynux@gmail.com

C++ provides an inline functions to reduce the function call overhead. Inline function is a function that is expanded in line when it is called. ... This substitution is performed by the C++ compiler at compile time. Inline function may increase efficiency if it is small.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does class accomplish data hiding in c++?

1224


Name four predefined macros.

1100


Which bitwise operator is used to check whether a particular bit is on or off?

1115


What does obj stand for?

1250


What do the header files usually contains?

1113


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2625


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

2472


Is it possible to have a recursive inline function in c++?

1068


Comment on c++ standard exceptions?

1125


Explain public, protected, private in c++?

1066


Write about the members that a derived class can add?

1024


Give example of a pure virtual function in c++?

1240


Is there a c++ certification?

1100


Explain the uses of static class data?

1155


What is virtual function? Explain with an example

1143