+ 3
What is linked list in c++?? Can anyone please provide me code for that!!!!
4 Réponses
+ 7
Linked list is a number of nodes(that have a value and pointer(s) to the next node(and in some cases previous))
+ 3
linked list is an ADT abstract data type it is useful concept when it comes to real life programming as it gives u the advantage of real tym memory allocation, how cool is this, this means u should b worried about how many bytes to allocate like in array in this if user needs more nodes they can add them as per there need.
due to some reason I can't give you the code but you can find it on google
+ 2
pls vote for my answer and if interested follow me
+ 1
Thanks...