Term of the Moment

Defi Llama


Look Up Another Term


Definition: short


In programming, an integer variable. In C, a short is two bytes and can be signed (-32K to +32K) or unsigned (64K). Contrast with long.