@[email protected] to Programmer [email protected]English • 1 year agocountinglemmy.worldimagemessage-square48fedilinkarrow-up1441
arrow-up1441imagecountinglemmy.world@[email protected] to Programmer [email protected]English • 1 year agomessage-square48fedilink
minus-square@[email protected]linkfedilink4•edit-21 year agoNo, we start counting at one. We start indexing at zero. An array with one element has an element count of 1, and that element would be at index 0.
No, we start counting at one. We start indexing at zero.
An array with one element has an element count of 1, and that element would be at index 0.
This is how we end up with off-by-one errors