下面程序的输出是()voidprtv(int*x){pfintf("%d\n",++*x);}main(){inta=25;prtv(&a);}
A.23 B.24 C.25 D.26
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。