Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What is an inline function?

a) A function that is expanded at each call during execution
b) A function that is called during compile time
c) A function that is not checked for syntax errors
d) A function that is not checked for semantic analysis

Answer: a
Explanation: Inline function is those which are expanded at each call during the execution of the program to reduce the cost of jumping during execution.

Join The Discussion