0b1110011011
0b1110011011 is a binary literal used in several programming languages to denote a base-2 integer. The digits that follow the 0b prefix represent the value in binary, with the most significant bit on the left.
As a numeric value, 0b1110011011 equals 923 in decimal. In hexadecimal, it is 0x39B. The bit pattern
In practical terms, 0b1110011011 can be used in contexts involving bitwise operations, such as setting, testing,
Notes on representation: binary literals preserve the sequence of bits as written, but their width is not