程序代码及运行截图如下:#include using namespace std;int main(){ char s[200],*p,*q; cin.get(s,200); for(p=q=s;*p;p++) if(*p!='c')*q++=*p; *q=*p; cout< return 0;}