An inline function is faster than a normal function?

114. An inline function is faster than a normal function?

  1. Yes
  2. No

Answer: A) Yes

Explanation:

Yes, an inline function is faster than a normal function because it does not require a context switch from function call to function definition.

Comments and Discussions!

Load comments ↻






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