+ 2
What is an inline function?why do we use it in c++?
2 Answers
+ 10
https://www.quora.com/When-do-we-use-inline-function/answer/Sarabjeet-Singh-222
Hope this will help you đ
+ 2
Functions can be instructed to compiler to make them inline so that compiler can replace those function definition wherever those are being called.