πŸ“Š C Programming
Q. Which of the following cannot be checked in a switch-case statement?
  • (A) int
  • (B) char
  • (C) float
  • (D) enum
πŸ’¬ Discuss
βœ… Correct Answer: (C) float

Explanation: C switch-case does not support float values.

Explanation by: Mr. Dubey
C switch-case does not support float values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
58
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate