A pointer is basically a reference to a memory address. Since a computer has millions, maybe even billions of memory cells, each can be filled with data. With pointers, you can access the value of...
A pointer only holds an address information (location) in the memory. if a pointer holds points another pointer then it is a pointer to an other pointer. Pointer holds an address in the memory so in...