News

Question : Write a program to take a 2D matrix as an input, map it to 1D array and display it. Algorithm: ---> Take input for the number of rows and columns of the matrix. ---> Take input for the ...