Home » C++ Programming » Introduction » Question
  1. If the user did not supply the value, what value will it take?
    1. rise an error
    2. default value
    3. both rise an error & default value
    4. All of above
    5. None of these
Correct Option: B

If the user did not supply the value means, the compiler will take the given value in the argument list.



Your comments will be displayed only after manual approval.