If you are using C language to implement the heterogeneous linked list, what pointer type will you use? Ans. 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. So we go for void pointer. Void pointer is capable of storing pointer to any type as it is a generic pointer type. - Study24x7
Social learning Network
19 Apr 2023 12:44 PM study24x7 study24x7

If you are using C language to implement the heterogeneous linked list, what pointer type will you use? Ans. 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...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles