Computer Science, asked by srijana2621, 10 months ago

What is dimension and index of an array.

Answers

Answered by KeshviReddy
2

Hi friend

The index has a direct relationship with size.

Index (or subscript) determines the size of the array and references the position of each element in the array in order to manipulate the element's data.

Without getting too technical here, the size is the total number of elements stored in the array.

Similar questions