why i can't declare my character string as

(char*) care=0;

and what is the mearning of
char& *care ? because i would like to define a pointer to char type that also is a reference.

thank you