What's the difference between SIGNED and UNSIGNED in numeric data types? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the difference between SIGNED and UNSIGNED in numeric data types?

8th Jan 2017, 11:33 AM
Almuez Ali
Almuez Ali - avatar
2 Answers
+ 6
Signed values can hold signum (default)
8th Jan 2017, 11:44 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
signed data types can hold negative values whereas unsigned holds only non negative data.
8th Jan 2017, 12:12 PM
nak3d.newt
nak3d.newt - avatar