cppreference.com
>
C/C++ Keywords
>
int
int
The int keyword is used to declare integer variables. Also see the
data types
page.
Related topics:
bool
char
double
float
long
short
signed
unsigned
void
wchar_t