以下程序结果为:______。Void add( ){static int x=3;X++;Printf("%d",x); }Main( ){int i;For(i=0;i<3;i++)Add( ); }
A.456
B.444
C.555
D.345
正确答案是A