InterviewSolution
Saved Bookmarks
| 1. |
How to declare the complex number?(a) (3, 4)(b) complex(3, 4)(c) (3, 4i)(d) (3, 4g)I have been asked this question by my college director while I was bunking the class.My doubt stems from Complex Number Type topic in division Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» Right ANSWER is (b) complex(3, 4) |
|