Home » C++ Programming » Introduction » Question
  1. By default how the value are passed in c++?
    1. call by reference
    2. call by pointer
    3. call by value
    4. All of above
    5. None of these
Correct Option: C

call by value



Your comments will be displayed only after manual approval.