Differences between inline functions and non-inline functions?
Answer Posted / rajesh kumar
In non-inline function when a function calls the controller
jumps to the function definition, but whereas in Inline
Function when a function calls the code in the function
replaced instead of jumping the controller.
| Is This Answer Correct ? | 35 Yes | 11 No |
Post New Answer View All Answers
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 ambiguity in inheritance?
When not to use object oriented programming?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is protected in oop?
Can you inherit a private class?
can we make game by using c
What is polymorphism oop?
What is polymorphism explain its types?
Are polymorphisms mutations?
What are classes oop?
What is object in oops?
What is polymorphism and why is it important?
What is the types of inheritance?
Write a c++ program to display pass and fail for three student using static member function