char    *p_fred;   // Pointer to a char
char   **p_fred;   // Pointer to a pointer to a char
char  ***p_fred;   // Pointer to a pointer to a pointer to a char