Saved Bookmarks
| 1. |
Explain about 1D-2D arrays with an example |
|
Answer» A 1D array is a simple data structure that stores a collection of similar type data in a contiguous block of memory while the 2D array is a type of array that stores multiple data elements of the same type in matrix or table like format with a number of rows and columns. |
|