{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'的時候循環(huán)停止了,為啥啊? 查看完整描述