hairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agocountinglemmy.worldimagemessage-square50fedilinkarrow-up1450arrow-down129
arrow-up1421arrow-down1imagecountinglemmy.worldhairinmybellybutt@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square50fedilink
minus-squareCanadaPlus@futurology.todaylinkfedilinkEnglisharrow-up8·edit-22 years agoYou 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”.