下列语句定义pd为指向int类型变量d的指针,()是正确的。
A:intd,*pd=&d;
B:int*pd=&d,d;
C:floatd,*pd=&d;
D:float*pd=&d,d;
出自:计算机科学