hairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 年前countinglemmy.worldimagemessage-square50fedilinkarrow-up1451arrow-down129
arrow-up1422arrow-down1imagecountinglemmy.worldhairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 年前message-square50fedilink
minus-squareCanadaPlus@futurology.todaylinkfedilinkEnglisharrow-up8·edit-21 年前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”.
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”.