InterviewSolution
Saved Bookmarks
| 1. |
Give the storage size of the float data type. |
|
Answer» The float data type needs 4 bytes of memory for each number with a fractional part. |
|