What restrictions are placed on the values of each case of a switch statement

During compilation, the values of each case of a switch statement must evaluate to avalue that can be promoted to an int value.

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions