Q. Which of the following cannot be checked in a switch-case statement? (A) int (B) char (C) float (D) enum ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) float Explanation: C switch-case does not support float values.