

InterviewSolution
Saved Bookmarks
1. |
What are two dimensional Arrays ? |
Answer» ★᭄ꦿ᭄Answer★᭄ꦿ᭄ A two-dimensional ARRAY is similar to a one-dimensional array, but it can be visualised as a grid (or table) with rows and columns. POSITIONS in a two dimensional array are referenced like a map USING HORIZONTAL and VERTICAL reference numbers. |
|