单选题 若有以下的说明和语句,则在执行for语句后,*(* pt+1)+2)表示的数组元素是 ( )
  int t[3] [3],*pt[3],k;
  for(k=0;k<3;k+ +)pt[k]=&t[k] [0];

【正确答案】 C
【答案解析】