A

Admin • 833K Points
Coach

Q. Which of the following cannot be checked in a switch-case statement?

  • (A) int
  • (B) char
  • (C) float
  • (D) enum
  • Correct Answer - Option(C)
  • Views: 17
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

C switch-case does not support float values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.