0
Write code to add two complex numbers( without using structures)???
2 Answers
+ 2
or You could use the #include <complex> library if youâre using C++.
http://www.cplusplus.com/reference/complex/
There are alternates to complex libraries in other languages too, but I donât know about them so well.