typdef struct Complex{double a;double b;} COMP_t, *COMP;
Write a function which creates a complex number.The function allocates a complex number, initializes it with the values and returns its address.Write a function which finds and returns the position of the complex number whose absolute value is maximum in a two dimensional array of complex numbers. Absolute value of z=a+bi is z (a^2+b^2)^1/2. C CODE PLEASE
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here