Inline functions are avoided when ____________________________
(a) function contains static variables
(b) function have recursive calls
(c) function have loops
(d) all of the mentioned
This question was addressed to me during an interview for a job.
My question is based upon Classes in division Source Files, Classes and Operator Overloading in C++ of C++