Home » Interview » Technology

What do you mean by inline function?

Correct Answer: An inline function is a function that is expanded inline when invokedie the compiler replaces the function call with the corresponding function code An inline function is a function that is expanded in line when it is invoked That is the compiler replaces the function call with the corresponding function code (similar to macro)

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion