单选题

下面C++代码执行后输出是(     )。

int arr[3]={1,2,3};

int *p=NULL;

p=arr;

p++;

cout<<*p<<endl;

A

1,2,3

B

1

C

2

D

3

赣ICP备20007335号-2