DATA STRUCTURE
Programming and Technical
Programming
Technical
If you are using C language to implement the heterogeneous linked list, what pointer type will you use?
Read Solution (Total 3)
-
- we will use void pointer as void pointer are of generic type which can hold pointer to any type .
- 9 years agoHelpfull: Yes(0) No(1)
- Void pointer
- 9 years agoHelpfull: Yes(0) No(1)
- void pointer
- 9 years agoHelpfull: Yes(0) No(0)
DATA STRUCTURE Other Question