单选题 执行以下程序后,a的值为(    )。
   int *p,a=10,  b=1;
   p=&a;   a=*p+b;
   (A)12    (B)编译出错    (C)10    (D)11
【正确答案】 D
【答案解析】