Define inline function



Define inline function..

Answer / 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

More C++ General Interview Questions

What is polymorphism in c++? Explain with an example?

0 Answers  


what is C++ exceptional handling?

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


If you want to share several functions or variables in several files maitaining the consistency how would you share it?

0 Answers  






What is a multimap c++?

0 Answers  


Can you use the function fprintf() to display the output on the screen?

0 Answers  


Does c++ have foreach?

0 Answers  


Which programming language's unsatisfactory performance led to the discovery of c++?

0 Answers  


What is c++ vb?

0 Answers  


What is pointer with example?

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


Categories