Answer Posted / glibwaresoftsolutions
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 constructor overloading in oop?
What is meant by multiple inheritance?
how to get the oracle certification? send me the answer
What is balance factor?
Why it is called runtime polymorphism?
Is react oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is difference between oop and pop?
How do you achieve runtime polymorphism?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
what are the ways in which a constructors can be called?
What is the important feature of inheritance?
Write a program to reverse a string using recursive function?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
to find out the minimum of two integer number of two different classes using friend function