Answer Posted / swati sinha
Linked list is a datastructure which consist of many nodes
linked wit each other.Each node is divided in to
2parts.one has the data and the other has address which
points to the next node.the last node has null pointer.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is destructor in oop?
What are oops functions?
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.
What is meant by multiple inheritance?
How can you overcome the diamond problem in inheritance?
What is interface? When and where is it used?
Can we override main method?
What is multilevel inheritance?
How Do you Code Composition and Aggregation in C++ ?
Which is not an object oriented programming language?
Is data hiding and abstraction same?
can inline function declare in private part of class?
Which language is pure oop?
How do you define social class?
What is methods in oop?