+ 1
What is meant by unsigned int ????
cpp
3 Respuestas
+ 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))
+ 1
thanks a lot with pleasure
thanks for your consideration