an unsigned int can be twice as large as the signed int. explain how
Answers
Answered by
0
Answer:
Explanation:
A signed int uses a bit to store the sign. In an unsigned int, that bit is available to be an extra power of 2, so the number can be twice as large. ... While with unsigned int, they're all non-negative, so there are twice as many non-negative values.
Similar questions