Computer Science, asked by alen8361, 11 months ago

What is single and dimensional array difference between?

Answers

Answered by Anonymous
4

Answer:

A one-dimensional array is a list of variables with the same data type, whereas the two-Dimensional array is 'array of arrays' having similar data types. A specific element in an array is accessed by a particular index of that array.

Similar questions