Q8
What is the purpose of the 'inline' keyword in C++?
A.
To declare a variable as inline
B.
To define a function as inline
C.
To suggest the compiler to inline the function call
AnswerD.
To declare a function as static
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board