Heterogeneous linked list in C language

Which type of pointer will be use to implement the heterogeneous linked list in C language?

E

Expert

Verified

Void pointer will be use as heterogeneous linked list have different data types in its nodes so we need a link, pointer to join them. It is not feasible to use ordinary pointers for connection. Void pointer is able to store pointer to every kind because it is a generic type of pointer.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.