What are the default values of the primitive datatypes float ?
Answers
Answered by
2
Answer:Default Values
Data Type Default Value (for fields)
float 0.0f
double 0.0d
char '\u0000'
String (or any object) null
Explanation:
Similar questions