0% found this document useful (0 votes)
46 views1 page

64 - 9,223,372,036,854,775,808 To 9, 223,372,036,854,775,807 32 - 2,147,483,648 To 2,147,483,647 16 - 32,768 To 32,767 8 - 128 To 127

This document discusses the typical ranges of several data types used in programming languages. It lists the data type, bit size, and minimum and maximum integer values that can be stored for the long, int, short and byte data types.

Uploaded by

narmadha27051991
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views1 page

64 - 9,223,372,036,854,775,808 To 9, 223,372,036,854,775,807 32 - 2,147,483,648 To 2,147,483,647 16 - 32,768 To 32,767 8 - 128 To 127

This document discusses the typical ranges of several data types used in programming languages. It lists the data type, bit size, and minimum and maximum integer values that can be stored for the long, int, short and byte data types.

Uploaded by

narmadha27051991
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

long

64

9,223,372,036,854,775,808 to
9 ,223,372,036,854,775,807

int

32

2,147,483,648 to 2,147,483,647

short

16

32,768 to 32,767

byte

128 to 127

You might also like