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
What is a .lib file in c++?
What happens if a pointer is deleted twice?
How do you invoke a base member function from a derived class in which you have not overridden that function?
What is microsoft c++ redistributable?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What does it mean to declare a destructor as static?
What are the uses of pointers?
Why do we learn c++?
When is dynamic checking necessary?
What is meant by const_cast?
What is the difference between global variables and local variable
Explain about Virtual Function in C++?
Why c++ is so important?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is iomanip c++?