Dereferencing is the way you access an object by pointer. Pointer itself is just an address to some memory region.

Dereferencing instructs compiler to use the memory the pointer points at as an...