Vidyalelo
C++ Programming · Q120

Classes and Objects in C++

Programming · C++ Programming · question 120

Q120

Pick the incorrect statement about inline functions in C++?

A.
They reduce function call overheads
B.
These functions are inserted/substituted at the point of call
C.
Saves overhead of a return call from a function
D.
They are generally very large and complicated function
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board