单项选择题

A.char*const p=11Hello!11;
B.constchar*p=11Hello!11;
C.char const p=11Hello!11;
D.const char p=11Hello!11;