unsigned
From C/C++ Reference
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:
From C/C++ Reference
The unsigned keyword is a data type modifier that is usually used to declare unsigned int variables. See the data types page.