unsigned
The unsigned keyword is a data type modifier that is usually used to declare unsigned int variables. See the data types page.
Related topics:
The unsigned keyword is a data type modifier that is usually used to declare unsigned int variables. See the data types page.