Computer Science, asked by simranmishra17, 1 year ago

write a C program to get a matrix from user and reverse one particular column.
Eg.
Matrix
1 2 3
4 5 6
7 8 9
If user wants to reverse column 3 out put should be
1 2 9
4 5 6
7 8 3​

Answers

Answered by noid67
0

Explanation:

1 3 4

  • gajgfbfwje
  • td
  • gd
  • ghe

Similar questions