有声明int a[]={3,2,4},*p=a;则取值为2的是()A、pB、*pC、*p++D、*++p

题目

有声明int a[]={3,2,4},*p=a;则取值为2的是()

  • A、p
  • B、*p
  • C、*p++
  • D、*++p

相似考题