Posts by Isac de Oliveira • 11 points
1 post
-
0
votes1
answer184
viewsQ: Error computing mean with vector C
I am trying to calculate the note average of an array in which I made dynamic allocation, but the following error appears: line 66- [Error] invalid Conversion from 'int*' to 'int' [-fpermissive]…