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 suggestionson how to fix it, are appreciated. lab4.c:60:16: warning: too many arguments

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!