Posts by An0nZero • 1 point
1 post
-
0
votes1
answer65
viewsA: array type has incomplete element type
On the line imprimePonto(p[MAX],n); the vector itself should be passed as it is in the function signature float imprimePonto(struct armazenar p[], int n), or should replace imprimePonto(p[MAX],n);…