单项选择题

以下程序的输出为()
#include
void main(){inty=5;while(y--);printf("y=%d\n",y);}

A.y=0
B.无限循环,无结果输出
C.y=1
D.y=-1