

InterviewSolution
Saved Bookmarks
1. |
Write the memory capacity (storage size) of short and float data type in bytes. |
Answer» (i) short: 2 bytes (ii) float: 4 bytes |
|