单项选择题

执行下面程序段后,a的值为()。int*p,a=10,b=1;p=&a;a=*p+b;

A、12
B、11
C、10
D、编译错误