InterviewSolution
Saved Bookmarks
| 1. |
What Is Inline Function? |
|
Answer» Inline function is a technique used by the compilers and instructs to INSERT COMPLETE body of the function wherever that function is used in the PROGRAM SOURCE code. Inline function is a technique used by the compilers and instructs to insert complete body of the function wherever that function is used in the program source code. |
|