cppreference.com > C/C++ Keywords > case
case

The case keyword is used to test a variable against a certain value in a switch statement.