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
class type to basic type conversion
Can we have inheritance without polymorphism?
What do you mean by abstraction?
Can we override main method?
Whats oop mean?
Write a program to reverse a string using recursive function?
Why do while loop is used?
What is a class in oop?
What is the difference between procedural programming and oops?
What are the data types in oop?
program for insertion ,deletion,sorting in double link list
What are the benefits of interface?
How Do you Code Composition and Aggregation in C++ ?
What is encapsulation oop?
What is variable example?