Differences between inline functions and non-inline functions?
Answer Posted / ashu_deepu
inline function are those function in which the code is just inserted where the function is declared.
it is generally used for function which are small in size and don,t involve any loop.
it just a way to decrease the time of function call.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is pointer in oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is encapsulation process?
Can we create object of abstract class?
how to get the oracle certification? send me the answer
What is polymorphism and why is it important?
Is abstract thinking intelligence?
Explain the concepts involved in Object Oriented programming.
What is the real life example of polymorphism?
How do you explain polymorphism?
program for insertion ,deletion,sorting in double link list
What is the oops and benefits of oops programming?
What is the advantage of oop over procedural language?
How do you answer polymorphism?