this post was submitted on 21 Mar 2025
666 points (99.4% liked)

Programmer Humor

21880 readers
333 users here now

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.

Rules

founded 2 years ago
MODERATORS
 

Original post: hachyderm.io (Mastodon)

you are viewing a single comment's thread
view the rest of the comments
[–] Flipper@feddit.org 4 points 5 days ago

We don't know what value X has. If it isn't initialised it could have any value including the maximum. Then it would overflow.

But let's be honest, that is unlikely.