Discussion :: C++ - MCQs
- Which value will it take when both user and default values are given?
Answer : Option A
Explanation :
The default value will be used when the user value is not given, So in this case, the user value will be taken.
Be The First To Comment