+ 2

What is an inline function?why do we use it in c++?

17th Jul 2017, 3:15 AM
nir@4038
2 Answers
17th Jul 2017, 3:33 AM
The Search
The Search - avatar
+ 2
FunctionsĀ can be instructed to compiler to make themĀ inlineĀ so that compiler can replace thoseĀ function definition wherever those are being called.
17th Jul 2017, 4:37 AM
kashish