Computer Science, asked by rizathoufiq7855, 1 year ago

What do you mean by inline function?

Answers

Answered by ayishaarora
1

C++inline function is powerful concept that is commonly used with classes if a function is inline the complete places a copy of the code of that function at each point where the function is called at compile time the compiler can ignore the inline qualifier incase define function is more than a line.

....

Answered by Salonigupta25
0

Inline function is powerful concept that is commonly used with classes. If a function is inline.

mark in brain list

Similar questions