Posts by Cadar • 3 points
2 posts
-
0
votes1
answer583
viewsA: Copia de Vetores
hello, I believe you want to do the arithmetic media of a row of your matrix using an auxiliary vector, so you should declare the original matrix with the two dimensions[i][j]. void copiaMatriz (int…
-
0
votes2
answers86
viewsQ: Problem with dynamic allocation of bidimencional matrices in C
I need to make a product of matrices in which the user must enter the dimensions and terms of the matrices, but the program simply stops working. Follows the code: #include<stdio.h>…