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 |
Should I learn c++ c?
what is data Abstraction? and give example
147 Answers Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What are maps in c++?
Why main function is special in c++?
What is the importance of mutable keyword?
How many characters are recognized by ANSI C++?
What is the two main roles of operating system?
Check for Balanced Parentheses using Stack?
Differentiate between the message and method?
What is general form of pure virtual function? Explain?
Explain the difference between overloading and overriding?