Computer Science, asked by rachitsoni78, 11 months ago

the range of values for long data type is​

Answers

Answered by takurmukku
4

Answer:

Integer Types

Type Storage size Value range

unsigned int 2 or 4 bytes 0 to 65,535 or 0 to 4,294,967,295

short 2 bytes -32,768 to 32,767

unsigned short 2 bytes 0 to 65,535

long 8 bytes -9223372036854775808 to 9223372036854

Similar questions