Kasing sakelar bersarang di C
switch(a) {
case 10:
printf("A is 10" );
switch(b) {
case 20:
printf("b is 20" );
}
}
Magnificent Mamba