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

分类: C语言程序设计(02600) 发布时间: 2024-08-18 11:20 浏览量: 6
有声明int a[]={3,2,4},*p=a;则取值为2的是
A、p
B、*p
C、*p++
D、*++p
【正确答案】:D