|
|
|
|
|
by ache7
2171 days ago
|
|
It reminds the index of the first element in an array in different programming languages. Some use one-based indexing, others use zero. Which causes problems (bugs) when porting the program to a language with different indexing. |
|