有如下程序段
Int *p,a=1,b=2;

有如下程序段
Int *p,a=1,b=2;
P=&b; a=*p+a;
执行该程序段后,a的值为______。

A.2

B.3

C.4

D.编译出错

正确答案是B