Answer Posted / hr@tgksolutions.com
Similar to an array, a linked list is a linear data structure where the components aren't always kept together.
In essence, it is a series of nodes that form a chain-like structure by pointing in the direction of the next node.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is multilevel inheritance?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is interface? When and where is it used?
Whats oop mean?
How long to learn object oriented programming?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are the 3 pillars of oop?
What is new keyword in oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What are the three parts of a simple empty class?
How to improve object oriented design skills?
write a C++ program for booking using constructor and destructor.
What are the components of marker interface?
Why is polymorphism used?
What language is oop?