c++ program to add 2 complex number using operator
overloading technique
Answer Posted / manish soni
manish soni tagore collage jaipur
ph:9785261817
e_mail:monupanhar@yahoo.comf;
hapy to help;
#include<iostream>
#include<stdio.h>
#include<conio.h>
using namespace std;
struct complex
{
int real;
int img;
};
void getdata(complex &);
complex sum(complex,complex);
complex mult(complex,complex);
void display(complex);
int main()
{
complex c1,c2,c3,c4;
getdata(c1);
getdata(c2);
c3=sum(c1,c2);
cout<<"Sum= ";
display(c3);
c4=mult(c1,c2);
cout<<"MULT= ";
display(c4);
getch();
return 0;
}
complex sum(complex c1,complex c2)
{
complex c;
c.real=c1.real+c2.real;
c.img=c1.img+c2.img;
return c;
}
void display(complex c)
{
cout<<c.real<<"+"<<c.img<<"i"<<endl;
}
complex mult(complex c1,complex c2)
{
complex c;
c.real=c1.real*c2.real-c1.img*c2.img;
c.img=c1.img*c2.real+c1.real*c2.img;
return c;
}
void getdata(complex &c)
{
cout<<"Enter first complex number:"<<endl;
cout<<"Enter real ";
cin>>c.real;
cout<<"Enter img ";
cin>>c.img;
}
| Is This Answer Correct ? | 44 Yes | 22 No |
Post New Answer View All Answers
plz send me bhel paper....
in vfd why we did not give directac ac supply?
what will the output of this program. sint a=10,b; b=a++ + ++a; printf("%d,%d,%d,%d",b,a++,a,++a)
why does find out power factor?
why the uncontrolled rectifiers are converting fixed ac to fixed dc only why not it is converting variable dc
Can some1 please mail me the question papers of iiit hyderabad...my mail id is cenablogspot@gmail.com
weather any body knows how th partiton of sections in rrb is aote 1,genera nowlge 2,intellgince 3,maths 4,english 5,science
Equivalent resistance of 100 homs and 200 homs resistors connected in parallel is
What is the differents between the Physics & technical Physics
can i have the model papers for gate along with answers on my email id krish231191@gmail.com please???
If Q is the point of ABCD rectangle where QA=3CM,QB=4CM,and QC=5cm then find the length of QD ?
difference between pvc and gi pipes?
What are the most asked questions for learner operators in the interview for eskom?
Book for preparation of HPCL (CS/IT) .
why is it important to take m.e mechanical?is our l;ife make happier than other b.e courses only answer no comments