Computer Science, asked by jainamit721, 8 months ago

What are the default values of the primitive datatypes float ?​

Answers

Answered by raotd
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