[单选题]

有如下程序 main() { int n=9; while(n>6){ n-; printf("%d",n); } } 该程序段的输出结果是______。

A.987

B.876

C.8765

D.9876

参考答案与解析: