填空题

若有如下程序:
sub(int*y)
while(--(*y));
printf("%d",(*y)--);
main()
int x=10;
sub(&x);
则程序运行后的输出结果是 【13】

【参考答案】

0
热门 试题