Saved Bookmarks
| 1. |
Different between float and Double |
|
Answer» Answer: 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. Explanation: i hope this will help you...xD✌ |
|