有如下代码段 int *p;int a[6]={1,5,6,9,2}p=a+3;则指针p“指向”的元素的值为()

有如下代码段 int *p;int a[6]={1,5,6,9,2}p=a 3;则指针p“指向”的元素的值为()

A.4

B.6

C.9

D.0

正确答案:9

猜你喜欢