this post was submitted on 14 Dec 2024
118 points (100.0% liked)
Programming Humor
3050 readers
439 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
"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