I know char *x means a pointer to char, but I\'m confused about what (char*) x means.
char *x
(char*) x
Type casting to character pointer.