我有以下代码的分段错误,我真的不明白问题在哪里...
int *p; p[0]=1; printf("%d\n",*p);
谢谢
c pointers segmentation-fault
c ×1
pointers ×1
segmentation-fault ×1