D)以上说法都不对
(23)下面程序的输出结果是 C
main()
{ int a[10]={1,2,3,4,5,6,7,8,9,10},*p=a;
printf("%d\n",*(p+2));}