Posts by DanGM • 19 points
2 posts
-
0
votes2
answers42
viewsA: Loop is not walking, does not leave the first position
You are asking to return matrix B every time the loop is executed, the first time the loop rotates it will already come out of the loop. If your goal is to make the f function return something,…
-
1
votes2
answers47
viewsQ: Matrix as parameter passage in C
Hello, my doubt is the following, I would like to know how I do in the code below, so that my matrix is read inside the main, and after inside the subprogram, a vector receives the values of this…