Pointers but explained very briefly

Pointers are basically a memory system which can store different small cells and they can be called using the functions that the main system has.

For me pointer is simply object that contain address of other object instead of value.