单选题

执行以下程序段后,m的值为 ( )。


int a[2][3]={{1,2,3},{4,5,6}};

int m,*p=&a[0][0];

m=(*p)*(*(p+2))*(*(p+4));

A

15

B

14

C

13

D

12

赣ICP备20007335号-2