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 syntactic rules to be avoid ambiguity in multiple inheritance?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Explain some examples of operator overloading?
Write bites in Turbo c++ Header ("Include") Files.
What are destructors?
What is the C-style character string?
how is returning structurs from functions?Show an eg?
What is a virtual destructor? Explain the use of it?
Which of the following operator cannot be overloaded?
What is the purpose of extern storage specifier?
What is scope resolution operator in c++ with example?
What will i and j equal after the code below is executed? Explain your answer.