What is the advantage of declaring void pointers?
When we do not know what type of the memory address the pointer variable is going to hold, then we declare a void pointer for such.
When we do not know what type of the memory address the pointer variable is going to hold, then we declare a void pointer for such.