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