baatliwala@lemmy.world to Programmer Humor@programming.dev · 2 months agoLook at the way he writes for loops too smhlemmy.worldexternal-linkmessage-square41fedilinkarrow-up1451
arrow-up1451external-linkLook at the way he writes for loops too smhlemmy.worldbaatliwala@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square41fedilink
minus-squareDon't forget to stay hydrated.🍉🍉🍉🍉🍉@sh.itjust.workslinkfedilinkarrow-up3·2 months ago arrays start at (offset) zero i.e.: *(array + i)
i.e.:
*(array + i)