सारणियों की सारणी को ____सरणी कहा जाता है
Array of arrays is called ____array
A)
B)
C)
D)
Explanation:
An array of arrays is called a multidimensional array.
A multidimensional array is a data structure that allows you to store data in a table-like structure with rows and columns. The most common type is a 2D array, but higher dimensions are also possible.