(viii) Which of the following is not true with regards to a switch statement?
(a) checks for an equality between the input and the case labels
(b) supports floating point constants
(c) break is used to exit from the switch block
(d) case labels are unique
Solution
(b) supports floating point constants