News

printf("\n The first complex number is: %d+%d", c1.real,c1.imag); printf("\n The second complex number is: %d+%d", c2.real,c2.imag); ...