A)1,2,3
B)1,3,2
C)1,3,3
D)3,2,1
20.一下程序段中的变量已正确定义
for(i=0;i<4;i++,j++)
for(k=1;k<3;k++); printf("*");