[单选题]
int*p,a=10,b=1;p=&a;a=*p+b;执行该程序段后,a的值为()。
A.10
B.11
C.12
D.编译出错
参考答案与解析: