Examveda

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: Option D


Join The Discussion

Related Questions on Functions and Procedures in C plus plus