0
Unsigned?
What do they mean that it csnnot be unsigned?
1 Answer
+ 1
Signed means that the integer can be either positive or negative. Unsigned means that when converted to binary the bit that would normally indicate positive or negative is instead used as a normal bit which means instead of -1024 to 1023 you can have 0 to 2047.