单项选择题

有以下程序段 #include main() { int a=7; while(a- -); printf("%d\n",a); }    程序运行后的输出结果是___________。

A.-1
B.0
C.1
D.7