432
ultra casual
(feddit.org)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
int personality = sizeof(goals);
Feels a bit simplified to me.
You are correct, that is simplified. The whole line is
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.