Basic Control Flow
1. What will be the output for this code:
2. Are float expressions allowed in switch cases?
3. Switch cases work faster than equivalent if-else ladders.
4. The case keyword is followed by an integer or a character constant.
5. What will be the output for this code:
6. What will be the output for this code:
7. What will be the output for this code:
8. What will be the output for this code:
9. What will be the output for this code:
10. What will be the output for this code: