Which of the following is not the benefit of using an inline function in C++?
(A).It can improve code readability and reduce function call overhead.
(B).It can make the code more modular and easier to maintain.
(C).It allows for dynamic function calls at runtime.
(D).It can be used to define recursive functions.
Choose the correct answer from the options given below: