Asked by Jeanette Abreu on May 05, 2024

verifed

Verified

A one dimensional array is also called an array of arrays.

One Dimensional Array

A data structure that contains a sequence of elements accessible by a single index, representing a linear collection of elements.

Array of Arrays

A data structure where each element is itself an array, allowing for multi-dimensional arrays.

  • Differentiate between single and multidimensional arrays, and understand their applications.
verifed

Verified Answer

DA
Daniel AkyeaMay 10, 2024
Final Answer :
False
Explanation :
A one dimensional array is simply an array of elements, not an array of arrays. An array of arrays is a two dimensional array.