InterviewSolution
Saved Bookmarks
| 1. |
Define Inline Function? |
|
Answer» Before the function definition, with the KEYWORD INLINE, a function is PREFIXED it is said to be an inline function. Before the function definition, with the keyword inline, a function is prefixed it is said to be an inline function. |
|