下面程序的输出结果是( )。void prty(int *x){ printf(“%d\n”,++*x);}main(){int a=25;prty(&a);}
·23
·24
·25
·26
出自:佳木斯大学语言治疗学