单项选择题

如下程序段运行时输出“*”的个数是 int i=5; while(int i:0){cout<<'*';i--;}

A.0
B.1
C.5
D.无穷