单项选择题

A.double p=&k;
B.int *p=&k;
C.double &p=*k;
D.char *p="Thank you!";