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?
- The code will give a stack overflow error
- The compiler warns of insignificant performance impact
- The compiler warns of significant memory usage
- The code is significantly faster
Answer: The correct answer of the above question is Option B:The compiler warns of insignificant performance impact