keywords:signed From C++ Reference previous page next page signed The signed keyword is a data type modifier that is usually used to declare signed char variables. See the data types page. Related Topics: bool, char, double, float, int, long, short, unsigned, void, wchar_t previous page start next page