Noun
(computing) An integer with a width (in bits) that is at least equal to that of a standard integer on the same machine (usually 32 or 64 bits).
(C, C++) An integer of at least 32 bits.
Source: en.wiktionary.orgCommon short integer sizes Long integer A long integer can represent a whole integer whose range is greater than or equal to that of a standard integer on the same machine. Source: Internet