Bill is a pro grammer

Cows Look Like Maps@sh.itjust.works to Programmer Humor@programming.dev – 697 points –
95

You are viewing a single comment

// increase the dynamically allocated memory space of a word sized integer stored at the memory address represented by the symbol "x" by the integer 1 and terminate the instruction

Wait why is it dynamically allocated and why are you increasing the memory. Something is very wrong here

Why the heck does it need to be dynamically allocated? Just put that puppy on the stack.

That's what it used to do.
But it was a bug, and the code has been fixed.