有如下程序段: int i=5; while(int

有如下程序段: 

int i=5;
while(int i=0) {cout<<'*'; i++;}

运行时输出''的个数是()。

答案
A

题目信息

题号:5891
题型:单选题
难度:普通