选择题   执行下面程序段后m的结果为______。
    static int a[2][3]={1,2,3,4,5,6);int m,*ptr=a;
    m=(*ptr)*(*(ptr+2))*(*(ptr+4));
 
【正确答案】 A
【答案解析】