/** 不可以对数组名进行++操作,因为数组名是一个常量,其值是不能被改变的 **/ #include <stdio.h> int main() { ///字符数组 char a[10]; gets(a); while((*a) != '