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