问题详情
假定所有变量已正确说明,下列程序段运行后,x的值是 () a=b=c=0;x=35; if (! a) x- -; else if (b); if (c) x=3; else x=4;
A.34
B.4
C.35
D.3
请帮忙给出正确答案和分析,谢谢!