Question

Q2: If the function int volume( int x = 1, int y = 1, int z = 1 ); is called by the expression volume( 3 ), how many default arguments are used?
a. None.
b. One.
c. Two.
d. Three.

Answer

This answer is hidden. It contains 6 characters.