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
How are Structure passing and returning implemented by the compiler?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Is main a class in c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What are maps in c++?
What are the advantages of pointers?
Search for: what is pair in c++?
Is c++ primer good for beginners?
What is the difference between the functions rand(), random(), srand() and randomize()?
Give an example of run-time polymorphism/virtual functions.
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What are disadvantages of pointers?
Write a Program for find and replace a character in a string.
What do you mean by ‘void’ return type?
Comment on c++ standard exceptions?