有声明int a[]={3,2,4},*p=a;则取值为2的是
有声明int a[]={3,2,4},*p=a;则取值为2的是
A、p
B、*p
C、*p++
D、*++p
【正确答案】:D
Top