void main(){
int a=4;
switch(a){
case 4: printf("Crishna\0Radha\n");
default : printf( " hlo");
}
}

Posted on by