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

What is a .lib file in c++?

645


What happens if a pointer is deleted twice?

905


How do you invoke a base member function from a derived class in which you have not overridden that function?

697


What is microsoft c++ redistributable?

699


write a porgram in c++ that reads an integer and print the biggest digit in the number

1866






What does it mean to declare a destructor as static?

714


What are the uses of pointers?

665


Why do we learn c++?

622


When is dynamic checking necessary?

676


What is meant by const_cast?

763


What is the difference between global variables and local variable

616


Explain about Virtual Function in C++?

693


Why c++ is so important?

695


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3296


What is iomanip c++?

687