Vidyalelo
C++ Programming · Q8

C++ miscellaneous

Programming · C++ Programming · question 8

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
Answer
D.
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