C++ MQCs with Explanation (CHAPTER 4: FUNCTIONS IN C++)

The usage of macros in C may be replaced in C++ by?

  1. friend functions
  2. inline functions
  3. virtual function
  4. functions with default arguments



Answer: 
Option b: inline functions

Explanation Here

Post a Comment

0 Comments