填空题

49. 有以下程序;
int a=2;
int f(int *A)
return(*A) ++;
main()
int s=0;
int a=5;
s+=f(&A)

s+=f(&A)
printf("%d\\n",s)

执行后的输出结果是

【参考答案】

7
热门 试题