Respuesta :
A pointer is nothing but a memory location where data is stored. A pointer is used to access the memory location. There are various types of pointers such as a null pointer, wild pointer, void pointer and other types of pointers. When you want to deal different variable data type, you can use a typecast void pointer.