Vidyalelo
C++ Programming · Q23

Functions and Procedures in C++

Programming · C++ Programming · question 23

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
Answer

Answer: Option D

Solution

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