signed

suggest change

A keyword that is part of certain integer type names.

Example:

signed char celsius_temperature;
std::cin >> celsius_temperature;
if (celsius_temperature < -35) {
    std::cout << "cold day, eh?\n";
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents