Define inline function
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 |
What are the methods of exporting a function from a dll?
write a programme to get a character and thier ASCII value
Can a Structure contain a Pointer to itself?
What is c++ hiding?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is a container class? What are the types of container classes?
Is main a class in c++?
make a middle node of doubly linklist to the top of the list
What is the auto keyword good for in c++?
Explain pass by value and pass by reference.
Do we have private destructors?
Which is not a valid keyword a) public b) protected c) guarded