Computer Science, asked by peehu4046, 10 months ago

Write a c program to find subtraction of two matrices i.E. Matrix_a - matrix_b=matrix_c. If the given matrix are 2 3 5 and 1 5 2 then the output will be 1 -2 3 4 5 6 2 3 4 2 2 2 6 5 7 3 3 4 3 2 3 the elements of the output matrix are separated by one blank space

Answers

Answered by Anonymous
0

About memory access, please note that in Fortran programming, the access to memory in a column-wise manner is more efficient.

Answered by Theking256
2

Explanation:

hope this answer useful to you mate

Attachments:
Similar questions