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 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)