this post was submitted on 21 Jun 2023
10 points (85.7% liked)

Programmer Humor

32190 readers
419 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MrMagnesium12@feddit.de 1 points 1 year ago
int val = 3;
bool is_odd = val & (decltype(val))0x01 == (decltype (val))1;