Inline function and macros - C++ - Features
Q. C++: Which of the following is\are correct statements about inline function and macros.- Published on 19 Oct 15a. Inline functions are parsed by the compiler but Macros are expanded by the C++ preprocessor.
b. Inline functions follow strict parameter type checking.
c. Macros do not follow parameter type checking.
d. All of the above.
ANSWER: All of the above.