[单选题]

执行下列程序后的输出结果是______。main(){ int y=10; do {y--;}while(--y); printf("%d/n",y--);}

A.-1

B.1

C.8

D.0

参考答案与解析: