A way of numbering where the first element in a sequence would be assigned as 0, rather than 1. This means that the zero position in an index represents 1, the first position represents 2, and so on. Numbering sequences that start at 0 are common in mathematic notation. In programming, that first position in an array is sometimes termed the zeroth position.
zero-based numbering
A way of numbering where the first element in a sequence would be assigned as 0, rather than 1.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library