how to make a char* into a char** in c code example Example: convert char to char* char c; char *pChar = &c;