Write difference between float and double data type.
Answers
Answered by
3
Answer:
The Decimal, Double, and Float variable types are different in the way that they store the values. Precision is the main difference where float is a single precision (32 bit) floating point data type, double is a double precision (64 bit) floating point data type and decimal is a 128-bit floating point data type
Explanation:
please mark as BRAINLIEST (◍•ᴗ•◍)❤ ..
Answered by
3
Though Float and Double both of them are used for assigning real (or decimal) values in programming there is a major difference between these two data types. ... According to IEEE, it has a 64-bit floating point precision. Float takes 4 bytes for storage. Double takes 8 bytes for storage.
Similar questions