return p;
}
main()
{ printf("%d\n",fun(7));}
执行后的输出结果是( )。
A)7 B)3 C)2 D)0
(29)在16位编译系统上,若有定义int a[]={10,20,30},*p=&a;,