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

What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


What is an adjust field format flag?

0 Answers  


What are C++ inline functions?

1 Answers  


What are the various oops concepts in c++?

0 Answers  


What are static member functions?

0 Answers  






What is the type of 'this' pointer?

0 Answers  


What does ios :: app do in c++?

0 Answers  


Which operator cannot overload?

0 Answers  


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


Can a new be used in place of old mallocq? If yes, why?

0 Answers  


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


Categories