

MCQOPTIONS
Saved Bookmarks
1. |
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» E. | |