填空题
有以下程序:
#include
main()
int a[]=1,2,3,4,y,*p=&a[3];
--P;y=*p;printf("y=%d/n",y);
程序的运行结果是______。
提交答案
关闭