Exam3Prog1Lastname.c
(10 points) Using a structure, write a Cprogram to accept two complex numbers from the user and add thosetwo numbers together. For example, (6 – 3i) + (4 + i) = 10 – 2i
Your program mustuse typedef struct complexNumber {
int realpart;
int imagpart:
} complex;
Expert Answer
An answer will be send to you shortly. . . . .