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
write a C++ program for booking using constructor and destructor.
What is cohesion in oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is overriding in oop?
Why do we need oop?
Can enum be null?
Why polymorphism is used in oops?
What is overriding vs overloading?
What is methods in oop?
What is new keyword in oops?
Why do we use class?
Give two or more real cenario of virtual function and vertual object
any one please tell me the purpose of operator overloading
Can an interface inherit a class?
Write a program to reverse a string using recursive function?