

MCQOPTIONS
Saved Bookmarks
1. |
What is an inline function? |
A. | A function that is expanded at each call during execution |
B. | A function that is called during compile time |
C. | A function that is not checked for syntax errors |
D. | A function that is not checked for semantic analysis |
Answer» B. A function that is called during compile time | |