keywords:case From C++ Reference previous page next page case The case keyword is used to test a variable against a certain value in a switch statement. Related Topics: default, switch previous page start next page