Assuming this example code (source):
#include void playgame() { printf( \"Play game called\" ); } void loadgame() { printf( \"Load g
if default case is at last then break statement have no use. if it is before any other case then break is required. since usually we are putting default at the end so you can omit it..
default
break
case