InterviewSolution
Saved Bookmarks
| 1. |
What are the advantages of inline functions? |
|
Answer» The advantages of inline functions are: 1. The speed of execution of a program increases. 2. Efficient code can be generated. 3. Readability of the program increases. |
|