WHAT IS POINTER TO POINTER IN C POINTER?
Pointer in C is Memory Reference. It stores memory address of
any variable, constant, function or something you later use in your
programming. Pointer basically used to ease the referencing of
variables and others or in polymorphism and inheritance.