When a function is made inline. Write the situation where
inline functions may not work.

Answers were Sorted based on User's Feedback



When a function is made inline. Write the situation where inline functions may not work...

Answer / sathishbca

inline function can be use in single line manipulations in
program it cannot use in looping, branching

Is This Answer Correct ?    4 Yes 1 No

When a function is made inline. Write the situation where inline functions may not work...

Answer / 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

More C++ General Interview Questions

Write a Program for find and replace a character in a string.

0 Answers  


What is the default access level?

0 Answers  


What are files in c++?

0 Answers  


What is an adjust field format flag?

0 Answers  


What are the five types of inheritance in C++?

1 Answers  


Explain shallow copy?

0 Answers  


Explain this pointer?

0 Answers  


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


Is java made in c++?

0 Answers  


What is array in c++ pdf?

0 Answers  


can output 5 students using one dimensional array

1 Answers   Intel,


What is the most common mistake on c++ and oo projects?

0 Answers  


Categories