问题:
A、*p=&a;scanf("%ld",p);
B、p=(long*)malloc(8);scanf("%ld",p);
C、scanf("%ld",p=&a);
D、scanf("%ld",&a);
相关内容