Computer Science, asked by tishasahu, 4 months ago

Mention the size and range of long data typ​

Answers

Answered by Anonymous
3

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 or (4bytes for 32 bit OS) -9223372036854775808 to 9223372036854775807

Similar questions