cppreference.com > C/C++ Keywords > signed
signed

The signed keyword is a data type modifier that is usually used to declare signed char variables. See the data types page.