Question

Q1: Which of the following does the C++ compiler not examine in order to select the proper overloaded function to call?
a. Types and order of the arguments in the function call.
b. The number of arguments in the function call.
c. The return type of the function.
d. It examines all of the above.

Answer

This answer is hidden. It contains 29 characters.