Home » C++ Programming » Questions and Answers » Question
  1. When will we use the function overloading?
    1. same function name but same number of arguments
    2. different function name but different number of arguments
    3. same function name but different number of arguments
    4. different function name but same number of arguments
    5. None of these
Correct Option: C

In function overloading, we can use any number of arguments but same function name.



Your comments will be displayed only after manual approval.