Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming 84 – Which of the following statements regarding inline functions is correct?

Question: Which of the following statements regarding inline functions is correct?
[A]. It speeds up execution.
[B]. It slows down execution.[C]. It increases the code size.
[D]. Both A and C.

Answer: Option D