以下程序结果为:______。Void pp( ){static int n=5;N--;Printf("%d",n); }Main( ){int m;For(m=0;m<4;m++)Pp( ); }
A.5555
B.4321
C.4444
D.5432
正确答案是B