Which of the following statement is correct about inline function?

109. Which of the following statement is correct about inline function?

  1. A function that is substituted at the place of call.
  2. A function that is called at compile time
  3. A function that contains only looping statements
  4. None of the above

Answer: A) A function that is substituted at the place of call.

Explanation:

A function that is substituted at the place of call is called an inline function.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.