下列程序段执行后,s的值是()? static char ch[]="600"; int a,s=0; for(a=0;ch[a]>='0'&&ch[a]
A.600
B.6
D.出错
E.A
F.1
正确答案是A