void delStr(char st[],char *p,int m){scanf("%s \n %d",st,&m);int i = 0;p =st +m;while(*p != '\0'){st[i++]=*p++;}st[i] ='\0';}