Discussion :: Object Oriented Programming Using C++
-
If you assign a default value to any variable in a function prototype's parameter list, then _____
A.
all other parameters in the function prototype must have default values
|
B.
all parameters to the right of that variable must have default values
|
C.
all parameters to the left of that variable must have default values
|
D.
no other parameters in that prototype can have default values
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment