InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Float And Double? |
|
Answer» FLOAT stores floating point numbers with ACCURACY up to 8 PLACES and allocates 4 bytes, on the other hand DOUBLE stores floating point numbers with accuracy up to 18 places and allocates 8 bytes. FLOAT stores floating point numbers with accuracy up to 8 places and allocates 4 bytes, on the other hand DOUBLE stores floating point numbers with accuracy up to 18 places and allocates 8 bytes. |
|