Discussion :: Functions - C++
-
Which of the following statement is correct?
A.
The order of the default argument will be right to left.
|
B.
The order of the default argument will be left to right.
|
C.
The order of the default argument will be alternate.
|
D.
The order of the default argument will be random.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment