1.

Which of the following statements are correct? 1.A switch statement can act on numerical as well as Boolean types. 2.A switch statement can act on characters, strings and enumerations types. 3.We cannot declare variables within a case statem

A. 2, 3
B. 1, 2
C. 4, 5
D. 3, 5
Answer» D. 3, 5


Discussion

No Comment Found