Question

Q1: The conventional way to distinguish between the overloaded preincrement and postincrement operators (++) is:
a. To assign a dummy value to preincrement.
b. To make the argument list of postincrement include an int.
c. To have the postincrement operator call the preincrement operator.
d. Implicitly done by the compiler.

Answer

This answer is hidden. It contains 51 characters.