Posts by Miguel Alt • 23 points
1 post
-
2
votes2
answers142
viewsQ: Error summing each row of a 5x3 matrix
Hello, I’m having a problem adding up each of the lines of my matrix and storing in a vector my code is like this: #include <stdio.h> int conta(int * matriz[5][3], int * vet) { for (int i = 0…