Posts by Natalie Fernanda • 11 points
1 post
-
0
votes1
answer142
viewsQ: struct function parameters
I am making a code that calculates the sum and subtraction of complex numbers, however, I cannot find the error to compile. #include<stdio.h> #include<math.h> typedef struct NI { float…