Following the reading of the question Why are zero-based arrays the norm?, I wonder about the terms to use for referring to specific array elements, in the perspective of linguistic reading of programming.
Should Array[1]
be called the first element of Array
or the second element? In the latter case, then how should the 0th element be referred to?