{int C[]={1,2,3,4,0,5,6,7 },i;for(i=0;C[i]!='\0';i++){ printf("%d*\n",C[i]);}return 0;}在C[i]==‘0'的时候循环停止了,为啥啊? 查看完整描述