Answer Posted / abu
A linked list is liner collection of data elements that are
called nodes. the linear order is maintained by using
pointer.a link list can be either liner or doubly or circular.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What makes a language oop?
What is difference between oop and pop?
class type to basic type conversion
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is constructor in oop?
What is encapsulation process?
What is the point of polymorphism?
write knight tour problem which is present in datastructure
Why is there no multiple inheritance?
Is oop better than procedural?
What is oops and its features?
Can static class have constructor?
What is the point of oop?
What is the purpose of polymorphism?
What is class and object with example?