单选题
以下程序运行后,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无定值
【正确答案】
C
【答案解析】
提交答案
关闭