单选题

以下程序的输出结果是

void main( )

{

  int a[10]={1,2,3,4,5,6,7,8,9,10},*p=a;

  cout<<*(p+2)<<endl;

A.

3

B.

4

C.

1

D.

2

发表评论

登录 后再回复