Which of the following case constants in switch-case is/are not allowed? (a) case ‘S’: and case ‘s’: (b) case a + b: and case a + 3: (c) case i <= 20: (d) case 7 - 3: (e) case 3.14:
Reveal answer
Fill a bubble to check yourself
Which of the following case constants in switch-case is/are not allowed? (a) case ‘S’: and case ‘s’: (b) case a + b: and case a + 3: (c) case i <= 20: (d) case 7 - 3: (e) case 3.14: