1.

How many types of returning values are present in c++?(a) 1(b) 2(c) 3(d) 4The question was asked in an online interview.I'd like to ask this question from Value Return topic in division Functions, Namespaces & Exceptions in C++ of C++

Answer»

Correct OPTION is (C) 3

To EXPLAIN: The three TYPES of returning values are return by value, return by REFERENCE and return by address.



Discussion

No Comment Found

Related InterviewSolutions