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 singleton class c++?
Explain differences between new() and delete()?
Which is better c++ or java?
Write a program which uses Command Line Arguments
How can an improvement in the quality of software be done by try/catch/throw?
Write a code/algo to find the frequency of each element in an array?
Why #include is used?
What is a terminating character in c++?
Is there any function that can skip certain number of characters present in the input stream?
Why c++ does not have finally?
What is a node class in c++?
What is private, public and protected inheritance?
How can I learn c++ easily?
What will the line of code below print out and why?
What return value must conversion operators have in their declaration?