Computer Science, asked by DHRUV15411, 1 year ago

Write a c++ program to create a class named complex containing data member real and imag

Answers

Answered by sameesaiyed9876
0

Design a C++ Class ‘Complex’ with data members for real and imaginary part. Provide default and parameterized constructors. Write a program to perform arithmetic operations of two complex numbers using operator overloading (using either member functions or friend functions).

Similar questions