What is inline function? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is inline function?

c++

12th Dec 2016, 2:17 PM
sadiya zainab
sadiya zainab - avatar
2 Answers
+ 3
the function definition gets replaced with functions calls in the program.
12th Dec 2016, 2:51 PM
P Sandesh Baliga
P Sandesh Baliga - avatar
+ 2
An in-line function is a way of calling function, defining the function else where and then calling that function, IN-LINE, the program. Hence an in-line function call.
12th Dec 2016, 3:37 PM
JENN
JENN - avatar