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.
If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
1 If you are using C language to implement the heterogeneous linked list, what pointer type will you use? Thu Dec 04, 2014 4:57 pm
Digital Marketing
Admin
Digital Marketing » Your first category » Your first forum » If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
Similar topics
» In tree construction which is the suitable efficient data structure? (Array, Linked list, Stack, Queue)
» Whether Linked List is linear or Non-linear data structure?
» Minimum number of queues needed to implement the priority queue?
» What is the type of the algorithm used in solving the 8 Queens problem?
» What are the types of Collision Resolution Techniques and the methods used in each of the type?
» Whether Linked List is linear or Non-linear data structure?
» Minimum number of queues needed to implement the priority queue?
» What is the type of the algorithm used in solving the 8 Queens problem?
» What are the types of Collision Resolution Techniques and the methods used in each of the type?
Permissions in this forum:
You cannot reply to topics in this forum