+91-85006-22255
What is the size of float in bytes?
float
Correct Answer : A
float is a primitive datatype in Java having a size of 4 bytes which is equal to 4 * 8 = 32 bits. Its range is 1.40e-45 to 3.40e+38.
4
4 * 8
32
1.40e-45
3.40e+38
Topic: Floating Point Data Types In Java
Read this topic Take test on this topic
Open In App