In 0-based indexing system, do people call the element at index 0 the "first" or the "zeroth" elemen
Posted
by polygenelubricants
on Stack Overflow
See other posts from Stack Overflow
or by polygenelubricants
Published on 2010-04-08T14:17:46Z
Indexed on
2010/04/08
14:23 UTC
Read the original article
Hit count: 217
In Java/C++, for example, do you casually say that 'a' is the first character of "abc", or the zeroth?
Do people say both and it's always going to be ambiguous, or is there an actual convention?
© Stack Overflow or respective owner