Sorry! Posting Assignment is allowed only for commercial accounts.
int main(){char code='K';switch(code){case "A": printf("ANT ");break;case "K": printf("KING "); break;default: printf("NOKING");}printf("PALACE");}