有声明inta[]={8.2.5}、*p=a;则取值为2的是

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