Campus interview zone
Would you like to react to this message? Create an account in a few clicks or log in to continue.

If you are using C language to implement the heterogeneous linked list, what pointer type will you use?

Go down

If you are using C language to implement the heterogeneous linked list, what pointer type will you use? Empty If you are using C language to implement the heterogeneous linked list, what pointer type will you use?

Post  Admin Sun Jan 31, 2010 7:14 am

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.

Admin
Admin

Posts : 71
Join date : 2010-01-21

http://campus-interview.co.cc

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum