问题 填空题

下列程序的输出结果是______。
void fun(int*n)
while((*n)--);
printf("%d",++(*n));

main()
int a=50;
fun(&a);

答案

参考答案:0

选择题
判断题