单选题 若已定义a为int型变量,则(    )是对指针变量P的正确定义和初始化。
   (A)int*p=a;    (B)int*P=*a;
   (C)int p=&a;    (D)int*p=&a;
【正确答案】 D
【答案解析】