InterviewSolution
Saved Bookmarks
| 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 |
|