Computer Science, asked by Jokersenpai, 1 year ago

It is the most commonly use numerical data type?

Answers

Answered by seemajain0008
0

Answer:

Explanation:

Type Size Range

byte 8 bits -128 to +127

short 16 bits -32,768 to +32,767

int 32 bits -2 billion to +2 billion (approximately)

long 64 bits -9E18 to +9E18 (approximately)

Floating Point Primitive Data Types

Type Size Range

float 32 bits -3.4E38 to +3.4E38

double 64 bits -1.7E308 to 1.7E308

Similar questions