When a function is made inline. Write the situation where
inline functions may not work.
Answer Posted / guest
THE FUNCTION WHICH IS DECLARE INSIDE THE BODY OF THE BASE
CLASS, IS CALLED INLINE MEMBER FUNCTION.
THE INLOINE FUNCTION MAY NOT WOLRK WHEN IT IS NOT ACCESSED
THROUGH THE OBJECTS.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate between a template class and class template in c++?
What are single and multiple inheritances in c++?
What is this pointer in c++?
List the special characteristics of constructor.
What are keywords in c++?
What are the vectors in c++?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Explain what is oop?
What is the need of a destructor? Explain with the help of an example.
What do you mean by translation unit?
What is auto type c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
How to declare a function pointer?
What is static in c++?