Hofmaimaier@feddit.org to Programmer Humor@programming.dev · 28 days agoultra casualfeddit.orgimagemessage-square46fedilinkarrow-up1403arrow-down119
arrow-up1384arrow-down1imageultra casualfeddit.orgHofmaimaier@feddit.org to Programmer Humor@programming.dev · 28 days agomessage-square46fedilink
minus-squareChaoticNeutralCzech@feddit.orglinkfedilinkEnglisharrow-up6·edit-228 days agoYou are correct, that is simplified. The whole line is int personality = sizeof(goals) / sizeof(goals[0]); To get the length of an array in C, it’s necessary to divide its memory footprint by the size of a single element! BTW you can see what appears to be ASCII in the background of that image. You can decode it if you’re bored.
You are correct, that is simplified. The whole line is
int personality = sizeof(goals) / sizeof(goals[0]);To get the length of an array in C, it’s necessary to divide its memory footprint by the size of a single element!
BTW you can see what appears to be ASCII in the background of that image. You can decode it if you’re bored.