YourDictionary

short - technical definition


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.



Learn more about short

Related Articles

link/cite print suggestion box