Computer Science, asked by monalipradhan578, 27 days ago

List the size of primitive data types.​

Answers

Answered by aravindan4219
1

Answer:

byte 1 byte Stores whole numbers from -128 to 127

short 2 bytes Stores whole numbers from -32,768 to 32,767

int 4 bytes Stores whole numbers from -2,147,483,648 to 2,147,483,647

long 8 bytes Stores whole numbers from -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807

Explanation:

hope it will be right

Similar questions