+ 2
What is the use of short and long integer data types?
2 Réponses
+ 4
the range of short integer is 2 bytes values is between -32 768 and 32 767.
while The size of the long type is 8 bytes (64 bits). The minimum value is -9 223 372 036 854 775 808, the maximum value is 9 223 372 036 854 775 807.
+ 1
tnx