419
counting (lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
[-] sirico@feddit.uk 1 points 1 year ago

Haaaaaang on is that why we start on 0...

[-] DmMacniel@feddit.de 5 points 1 year ago

No. We count start at zero because the array already starts with an element of a specific size. Starting at 1 would always skip that initial element.

[-] CanadaPlus@futurology.today 8 points 1 year ago* (last edited 1 year ago)

You could have "empty arrays" in a language if you wanted. The real reason is that you start with an offset of zero as you read an array from memory at hardware level, and so this way address is just "start address + element size * element number".

load more comments (2 replies)
load more comments (3 replies)
this post was submitted on 21 Nov 2023
419 points (93.9% liked)

Programmer Humor

32479 readers
238 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS