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 enum class in c++?

0 Answers  


What is c++ hiding?

0 Answers  


What data encapsulation is in c++?

0 Answers  


When is dynamic checking necessary?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


What is auto type c++?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


What is setbase c++?

0 Answers  


What is a pdb file?

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


Comment on assignment operator in c++.

0 Answers  


Categories