Select from following answers:- There is no error in this switch case statement
- Compiler will report an error in ‘case ls > 20’ and in’ case Else’
- Compiler will report an error as there is no default case
- The order of the first three cases should be ‘case 1’, ‘case 6’ and ‘case 13’; i.e. ascending
- All Above
The order of the first three cases should be ‘case 1’, ‘case 6’ and ‘case 13’; i.e. ascending
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator