What is meant by unsigned int ???? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is meant by unsigned int ????

cpp

11th Aug 2018, 3:40 PM
Thomas Kurian
Thomas Kurian - avatar
3 Answers
+ 3
when an int is signed, it can be negative but its max value is 2^(4*8-1). when its unsigned, it cant be negative but its max value is way higher than a signed one (2^(4*8))
11th Aug 2018, 10:50 PM
GoodOldTimes
GoodOldTimes - avatar
+ 1
thanks a lot with pleasure thanks for your consideration
14th Aug 2018, 1:48 PM
Thomas Kurian
Thomas Kurian - avatar