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