Home » C++ Programming » Introduction » Question
  1. If we start our function call with default arguments means, what will be proceeding arguments?
    1. default arguments
    2. user argument
    3. empty arguments
    4. All of above
    5. None of these
Correct Option: A

As a rule, the default argument must be followed by default arguments only.



Your comments will be displayed only after manual approval.