Other

Other types of Integers

DeclarationSizeSupported number rangeStandard-defined minimum size
char myVar;8 bits-128 to 1278 bits
short myVar;16 bits-32,768 to 32,76716 bits
long myVar;32 bits-2,147,483,648 to 2,147,483,64732 bits
long long myVar;64 bits-9,223,372,036,854,775,808 to 9,223,372,036,854,775,80764 bits
int myVar;32 bits-2,147,483,648 to 2,147,483,64716 bits