单选题 以下程序运行后,a的值是 ( )
  main( )
   inta,k=4,m=6,*pl=&k,*p2=&m;
   a=p1=&m;
   printf("%d/n",a);
  

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