Question: You have a function simple() that is called frequently in your code. You place the inline prefix on the function. What effect does it have on the code?

  1. The code will give a stack overflow error
  2. The compiler warns of insignificant performance impact
  3. The compiler warns of significant memory usage
  4. The code is significantly faster

Answer: The correct answer of the above question is Option B:The compiler warns of insignificant performance impact