C# Program to Convert a 2D Array into 1D Array - Sanfoundry
This C# Program Converts a 2D Array into 1D Array. Here the elements of the 2-Dimensional matrix are obtained from the user and are then converted and displayed as a 1-Dimensional array. Here is source code of the C# Program to Convert a 2D Array into 1D ...