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 binary file? List the merits and demerits of the binary file usagein C++.

743


Which compiler does turbo c++ use?

617


What methods can be overridden in java?

682


What do you mean by stack unwinding in c++?

742


Why c++ is created?

590






Explain storage qualifiers in c++.

629


What is the use of pointer in c++ with example?

567


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

1591


Write about the retrieval of n number of objects during the process of delete[]p?

582


When we use Abstract Class and when we use Interface?where we will implement in real time?

1676


Define a pdb file.

646


What is a container class? What are the types of container classes in c++?

685


total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

2094


the maximum length of a character constant can be a) 2 b) 1 c) 8

617


Differentiate between realloc() and free().

602