Include
h>
#include<<conio.h>
class complex
x= real;
y= imag;
void show()
cout<<x<<"+I"<<y<<end1;
complex temp;
temp.x= x +c.x;
temp.y= y +c.y;
return temp;
int main()
clrscr();
cout<<."c1=";
[Link]();
cout<<"c2=";
[Link]();c3= c1 + c2;
cout<<"Addition = ";
return 0;
c1=2.3+i3.4
c2=4.4+i3.5
Addition = 6.7+i6.9