Mention the size and range of long data typ
Answers
Answered by
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
Math,
2 months ago
Science,
2 months ago
Math,
4 months ago
English,
4 months ago
Computer Science,
10 months ago
Math,
10 months ago
World Languages,
10 months ago