long

The long keyword is a data type modifier that is used to declare long integer variables. Or, when used together with double, is used to declare long double floating-point variables. For more information on long, see the data types page.

Related Topics: bool, char, double, float, int, short, signed, void, wchar_t