meaning of byte float and double
Answers
Answered by
0
Synonyms for float are float8 and double precision. Floating point numbers are stored in four or eight bytes. Internally, eight-byte numbers are rounded to fifteen decimal digits. The precision of four-byte numbers is processor dependent.
Answered by
1
Explanation:
Float takes 4 bytes for storage. Double takes 8 bytes for storage. A value having a range within 1.2E-38 to 3.4E+38 can be assigned to float variables. A value having range within 2.3E-308 to 1.7E+308 can be assigned to double type variables.
hope this will help u
follow me
Similar questions