case case Statement case constant: [statement] The case statement is used in conjunction with the switch statement, and provides a label for switch selections. See switch for a complete description. Notes: Case labels must be unique. A case label must must be an integer or character constant, or a constant expression. Seealso: