Vidyalelo
C++ Programming · Q48

Functions and Procedures in C++

Programming · C++ Programming · question 48

Q48

What is an inline function?

A.
A function that is expanded at each call during execution
Answer
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: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board