+ 4
What is inline function?
c++
2 Respuestas
+ 3
the function definition gets replaced with functions calls in the program.
+ 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.