单项选择题

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

A.4
B.1
C.0
D.运行时出错,a无定值