Computer Science, asked by rockkeshri463, 6 months ago

Which is the smallest numeric data type?


Answers

Answered by choudharybhavana1209
1

Answer:

If you do not need the full range of the Integer data type, you can use the Short data type, which can hold integers from -32,768 through 32,767. For the smallest integer range, the SByte data type holds integers from -128 through 127.

Explanation:

Similar questions