Multiple Choice
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.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Enumeration constants:<br>A) Must have unique integer values.<br>B)
Q2: Which of the following expressions returns the
Q4: Which of the following is true?<br>A) C++
Q5: In the expression n = x +
Q6: The argument list of a function call
Q7: For which of the following operators does
Q8: Which of the following is not a
Q9: Which of the following is false?<br>A) An
Q10: Converting from type _ to type _
Q11: What value does function mystery return when