1.

The ……… block will be executed if it is not matched with any of the case values in switch.

Answer»

The default block will be executed if it is not matched with any of the case values in switch.



Discussion

No Comment Found