单项选择题

设有程序段:
int k=12;
while(k=1)k=k-1;
则下列描述中正确的是( )。

A) while循环执行10次
B) 循环是无限循环
C) 循环体语句一次也不执行
D) 循环体语句执行一次