单项选择题

以下程序中的int型变量已正确定义: for(int i=0;i<4;i++,i++) for(int k="1;k&lt;3;k++);" printf("*"); 程序段的输出结果是()。> A、********

B、****
C、**
D、*