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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board