Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Saves overhead of a return call from a function
b) They are generally very large and complicated function
c) These functions are inserted/substituted at the point of call
d) They reduce function call overheads