Computer Science, asked by nirmalshaw9903621893, 8 months ago

What are the default value of the primitive data types int and float?​

Answers

Answered by Anonymous
5

Data Type Default Value (for fields)

int 0

long 0L

float 0.0f

double 0.0d

Answered by kumarpawan16697
1

Default Values

Data Type Default Value (for fields)

int 0

long 0L

float 0.0f

double 0.0d

Similar questions