Register now or log in to join your professional community.
The heterogeneous linked list contains different data types in its nodes and we need a link, pointer to connect them. It is not possible to use ordinary pointers for this. ... Void pointer is capable of storing pointer to any type as it is a generic pointer type
The use of void pointers can be extremely useful. It can be used as a universally generic pointer that can point to any type.of define lists or data variable set