InterviewSolution
Saved Bookmarks
| 1. |
When a byte datatype is used? |
|
Answer» This data type is used to save space in large arrays, mainly in place of integers, since a byte is four times smaller than an int. |
|