Computer Science, asked by rudeindu, 9 months ago

explain the concept of two dimensional array indetail?​

Answers

Answered by gungun2774
1

Answer:

Two-dimensional Arrays. ... A 2D array has a type such as int[][] or String[][], with two pairs of square brackets. The elements of a 2D array are arranged in rows and columns, and the new operator for 2D arrays specifies both the number of rows and the number of columns.

Explanation:

Thank you

Please mark as BRAINLIST

Answered by ramya2316
1

Answer:

Two Dimensional Array in C. The two-dimensional array can be defined as an array of arrays. The 2D array is organized as matrices which can be represented as the collection of rows and columns. However, 2D arrays are created to implement a relational database lookalike data structure.

Explanation:

Hope it is helpful for you ♥

Similar questions