下列while循环体中printf语句将执行_____

下列while循环体中printf语句将执行_________。

int i=3;
while(--i)
printf("%d",i);
答案
B

题目信息

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