填空题

下面程序的输出是______。 void apple(int *x) {printf("%d\n",++*x);} main() {int a=25;apple(&a);}

【参考答案】

Z
热门 试题