[单选题]
有以下程序 main() { int y=10; do {y--;}while(--y); printf("%d/n",y--); } 程序运行后的输出结果是( )
A.-1
B.1
C.8
D.0
参考答案与解析: