Home » C++ Programming » Questions and Answers » Question
  1. How many types of returning values are present in c++?
    1. 4
    2. 3
    3. 2
    4. 1
    5. None of these
Correct Option: B

The three types of returning values are return by value, return by reference and return by address.



Your comments will be displayed only after manual approval.