以下程序结果为:______。Void add( ){static int y=1;Y++;Printf("%d",y); }Main( ){int m;For(m=0;m<4;m++)Add( ); }
A.1234
B.2222
C.1111
D.2345
正确答案是D