Vidyalelo
C++ Programming · Q33

Functions and Procedures in C++

Programming · C++ Programming · question 33

Q33

Which of the following is true about inline functions in C++?

A.
Inline functions must have a return type declared
B.
Inline functions cannot have return statements
C.
Inline functions cannot be recursive
D.
The compiler replaces the function call with the function code wherever it is called
Answer

Answer: Option D

Solution

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