Computer Science, asked by skthakur488, 1 month ago

what are the default value of the primitive data type int and float​

Answers

Answered by Ralpha
4

Default Values

Data Type Default Value (for fields)

int 0

long 0L

float 0.0f

double 0.0d

Answered by imAnshika43
0

Answer:

hope it helps u

Explanation:

Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.

Similar questions