2 The complex number x = a + bi has the imaginary part bi and a is a real part. Define the structure type complex with members the float numbers re and im, which represent the real and imaginary parts of a complex number. Write a C function that takes as parameters two structures of type complex and a character, which represents the sign of a math operation. The function
OR
OR