Page 1 of 1

What is an inline function?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
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