|
|
|
|
|
by deepsun
316 days ago
|
|
> and you reach an index through math (starting location + (index * size)). By the way, that's the only reason why C-derived languages use unintuitive zero-based indexing. There's really no other reason to call the first element a[0] instead of a[1]. |
|