cppforever.com

Keywords cannot be used as identifiers

A keyword cannot be used as the name of a variable, function, class, or any other identifier.

Example: a variable cannot be named return, and a function cannot be named double.