InterviewSolution
Saved Bookmarks
| 1. |
Inline functions are avoided when ____________________________(a) function contains static variables(b) function have recursive calls(c) function have loops(d) all of the mentionedThis 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++ |
|
Answer» The CORRECT answer is (d) all of the mentioned |
|