When are Inline functions are useful?
A) A function is large with many nested loops
B) Function has many static variables
C) Function is small
D) None of the above
Solution:
C) is correct
Inline functions are generally used in place of small macros. They are substitute to macros and better than macros.