0xA73
0xA73 is a hexadecimal numeral that appears in computing and programming. The prefix 0x indicates that the digits that follow are base-16 values.
As a number, 0xA73 equals the decimal value 2675. In binary it is 1010 0111 0011. If
In source code, 0xA73 can be used as a constant in various programming languages. For example, in
Because 0xA73 is a base-16 representation, its exact semantic depends on how it is used within a
See also: hexadecimal notation, numeric literals, memory addressing.