this post was submitted on 14 Dec 2024
111 points (95.9% liked)
Programming Humor
2731 readers
2 users here now
Related Communities [email protected] [email protected] [email protected] [email protected]
Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can someone explain the joke for someone that knows nothing about programming?
"0b" is a prefix for binary number literals (at least in C++, probably other languages too). So in decimal that would be the number 2.
Thank you