Question:Which of the following statements are true?
A Inline functions should be preferred over macros because inline functions have better performance
B Macro usage should be avoided because they are error prone
C Normal functions should be preferred over macros because normal functions have better performance
D Macro usage should be avoided because macros do not perform type checking
E Inline functions should be preferred over macros because inline functions perform type checking
+ AnswerD
+ Report