使用指针法删除字符串的所有尾部空格。用c语言!还有啥是尾部空格啊?intmain(){charstr[256];gets(str);intn=strlen(str);if(n=0)return0;ch...