单项选择题设有程序段: int k=12; while(k=1)k=k-1; 则下列描述中正确的是( )。
单项选择题有如下程序: #include <stdio.h> main() int x=23; do Printf( %d ,x--); while(! x); 该程序的执行结果是( )。