Questions and Answers


  1. How many types of returning values are present in c++?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

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