以下程序的输出结果是______。Int x=3;Main(){ int i;For(i=1;i<x;i++) incre();}Incre(){ static int x=1;X*=x+1;Printf(" %d",x);}
A.3 3
B.2 2
C.2 6
D.2 5
正确答案是C