单项选择题

A.typedef CHARP char*s;
B.typedef * char CHARP;
C.typedef CHARP *char:
D.typedef char*CHARP;