若有以下的定义:int a[]={1,2,3,4},*p=a;则值为3的表式是
若有以下的定义:int a[]={1,2,3,4},*p=a;则值为3的表式是
A、p+=2,*(p++)
B、P+=2,*++p
C、p+=3,*kp++
D、p+=2
【正确答案】:A
Top