Relative Content

Tag Archive for cpointersmatrixmalloc

wrong values when displayed : C pointer or malloc issue?

My program multiplies a matrix 1 by a matrix 2. The matrix 3 is the result.
I can display matrix 1 and matrix 2 with right values but i am not able to display though the same function the right values of matrix 3, although the calculated values are good.