I
iincity
hi,all,
please see following:
int index = 0
switch(index){
case 0 - 10:
break;
default:
break;
}
this can compiler and run;
why?
please see following:
int index = 0
switch(index){
case 0 - 10:
break;
default:
break;
}
this can compiler and run;
why?