Home / Questions / When a byte datatype is used?
Explanatory Question

When a byte datatype is used?

👁 1,018 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

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.