Question: I ran into this problem when compiling my code, any suggestions on how to fix it, are appreciated. lab4.c:60:16: warning: too many arguments for format


I ran into this problem when compiling my code, any suggestions on how to fix it, are appreciated.
lab4.c:60:16: warning: too many arguments for format [-Wformat-extra-args] fprintf (fpo, "lf", x[i]) Ann lab4.c:61:16: warning: too many arguments for format [-Wformat-extra-args] fprintf (fpo, ".1lf ", y[i]); double polygon_area (FILE fpo, double *x, double *y, int size) ( int i = 0; for (i-0 i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
