1.

Which header file is used to declare the complex number?(a) complexnum(b) complex(c) complex number(d) complexargI got this question in an interview for job.This question is from Complex Number Type in chapter Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The CORRECT CHOICE is (b) complex

Easy explanation - header file is used for DECLARING a complex number in C++.



Discussion

No Comment Found

Related InterviewSolutions