下列程序段执行后s 值为()int i=1,s=0;while(i++)if(!(i%3))break;else s+=i;
A.2B.3C.6D.以上均不是
下列while 循环,将执行()i=4;while(--i)printf;
A.3次B.4次C.0次D.无限次
A.0B.1C.4D.5