1.

How many parameters does a conversion operator may take?(a) 0(b) 1(c) 2(d) as many as possibleThe question was asked in a national level competition.The question is from Conversion Operators in chapter Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The CORRECT CHOICE is (a) 0

Explanation: 0 parameters does a CONVERSION operator will TAKE.



Discussion

No Comment Found

Related InterviewSolutions