What pointer type will you use in C language implementation

What pointer type will you use while using C language to implement the heterogeneous linked list?

E

Expert

Verified

The heterogeneous linked list consists different of data types in its nodes and we require a link, pointer to connect them. This is not possible to use ordinary pointers for it. So we go for void pointer. Void pointer is capable of storing pointer to any type as it is a generic pointer type.

   Related Questions in Database Management System

©TutorsGlobe All rights reserved 2022-2023.