Q23
What does the 'inline' keyword do in C++ function declaration?
A.
Indicates that the function should be ignored
B.
Declares that the function should be inlined
C.
Specifies that the function should be called inline
D.
Suggests the compiler to replace the function call with its definition
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board