What is the difference between signed and unsigned int
Apr 21, 2011 · In laymen's terms an unsigned int is an integer that can not be negative and thus has a higher range of positive values that it can assume. A signed int is an integer that can be negative but has a lowe...