1) continue; }while(0); break; } } return 0; }"> 1) continue; }while(0); break; } } return 0; }">
Default value of enum constant
GaryOldman = -2 +1 = -1
And default value of enum constant
EdNorton = -1 + 1 = 0
Note: Case expression can be enum constant.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.