Answer Posted / mishra@deepa
inline function are thise function which get,the body of
the function get pasted at the place of function call,means
it just take the place of the function call ,
it is not necessary that all inline function will remain
inline ,it can be changed into normal fuction call,if the
body of the function is quite big(like it include a long fo
loop).
it is just done to decrease the time of executionthe time a
fuction take to transfer a call to stack.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What does and I oop mean in text?
Where You Can Use Interface in your Project
What is this pointer in oop?
which feature are not hold visual basic of oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is encapsulation in oops?
Why do we need polymorphism in c#?
program for insertion ,deletion,sorting in double link list
Who invented oop?
What does <> mean pseudocode?
What is static modifier?
what is the drawback of classical methods in oops?
What does and I oop and sksksk mean?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What are main features of oop?