Which of the following can not be checked in a switch -case statement ?
Which of the following can not be checked in a switch -case statement ? Correct Answer Float
A switch statement allows a variable to be tested equality against a list of values. Each value is called a case. Character integer can be checked in switch - case statement.