0
What is float?
2 Answers
+ 5
It is a decimal number. So is double, but double can hold more precise decimals and takes more space.
+ 2
in other words, float is a data type that occupies four bytes of memory to represent a single-precision floating point number.