Introduction - If you have any usage issues, please Google them yourself
Pointer is a special variable, the value stored inside it is interpreted as a memory address. To find out the pointer to a pointer needs to find out the four aspects: type of the pointer, pointer types, pointer value or name pointer points to memory area, as well as the pointer memory area occupied by itself.