单项选择题有下列程序: main() {int k=5; while(--k) printf( %d ,k-=3); printf( n ); }执行后的输出结果是( )。
单项选择题下列叙述中正确的是( )。