0x13A
0x13A is a hexadecimal literal commonly used in software development to denote a numeric value. In hexadecimal notation, 0x13A equals decimal 314. The 0x prefix signals that the digits that follow are base-16.
In code, 0x13A can be used as an integer constant or as an offset, address, or bit
Because 0x13A is relatively small, it might appear in examples illustrating bitwise operations: for instance, 0x13A