單項(xiàng)選擇題
以下程序的輸出的結(jié)果是()。
int x=3;
main()
int i;
for(i=1;i<x;i++)incre();incre()
staic int x=1;
x*=x+1;
printf(" %d", x);
A.25
B.26
C.27
D.28