Computer Science, asked by TbiaSamishta, 1 year ago

The index of an array starts from _____. Fill in the blank.

Answers

Answered by luckyhoney200595
0
Zero , is the answer
Answered by Sidyandex
0

The index of an array always starts from zero.

The first index does not start with one. For example, the first index of an array 'die' will start from 'die[0]' and not from 'die[1]'.

An array is a collection of elements of the similar kind grouped together in single, two and multidimensional ways.

Similar questions