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: bool, char, double, float, int, short, signed, void, wchar_t