Question - What is the use of void pointers? 
          
        
        Answer - 
        
Void pointers are used because of their capability to store any pointer, which is pointing to a wide variety of data. It is used to implement heterogeneous linked lists in many programming languages.