using c create a function that reverses the rows and columns of a 2d array for example 2 3 4 5 7 8 9 10 will be 10 9 8
Posted: Tue Jul 12, 2022 8:11 am
using c create a function that reverses the rows and columns of a 2d array
for example 2 3 4 5 7 8 9 10
will be
10 9 8 75 4 3 2
for example 2 3 4 5 7 8 9 10
will be
10 9 8 75 4 3 2