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
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
When should overload new operator on a global basis or a class basis?
Are c and c++ different?
Write a function to find the nth item from the end of a linked list in a single pass.
What is the c++ programming language used for?
Is the declaration of a class its interface or its implementation?
What is a pointer with example?
Show the declaration for a static member variable.
What is overloading unary operator?
Define basic type of variable used for a different condition in C++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is wrapper class in c++?
What is the difference between public and private data members?
What is the meaning of c++?
What is c++ map?