Pick the correct statement.
(a) Macros and inline functions are same thing
(b) Macros looks like function calls but they are actually not
(c) Inline functions looks like function but they are not
(d) Inline function are always large
I had been asked this question in an internship interview.
The above asked question is from Classes in portion Source Files, Classes and Operator Overloading in C++ of C++