1.

How many real types are there in complex numbers?(a) 1(b) 2(c) 3(d) 4I had been asked this question by my school principal while I was bunking the class.Asked question is from Complex Number Type in division Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The correct answer is (c) 3

To EXPLAIN I would say: There are THREE real types in complex numbers. They are FLOAT complex, DOUBLE complex, long double complex.



Discussion

No Comment Found

Related InterviewSolutions