问题详情
执行下列程序后的输出结果是______。main(){ int y=10; do {y--;}while(--y); printf("%d\n",y--);}
A.-1
B.1
C.8
D.0
请帮忙给出正确答案和分析,谢谢!