Posts by Mauricio Mendes • 107 points
1 post
-
-2
votes1
answer255
viewsQ: Calculation of the sum of the elements of a matrix
I have to develop a function in the C language to sum the elements of a square matrix of order n since i < j. I tried to test the function I did, but it gives error in line 15, which says…