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

write the prime no program in c++?

16 Answers  


Which field is used in c++?

0 Answers  


How can I disable the "echo" feature?

0 Answers  


Which c++ operator cannot overload?

0 Answers  


What is increment operator in c++?

0 Answers  






What is namespace std; and what is consists of?

0 Answers  


i have given a project to create examination seating plan system in c++. so can anyone send me the answer of this question quickly??????

1 Answers  


Which is best c++ or java?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


How do I download c++?

0 Answers  


Explain the concept of friend function in c++?

0 Answers  


Why is c++ still popular?

0 Answers  


Categories