+ 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