Answer Posted / aditya
A Linked List is the collection of leniar data elements. In
linked list there will be nodes which has 2 parts. They are
data part and link part. The data part consists of the th
data element and the link part consists of the address of
the next node. In linked list the link part of the last
node will be NULL. The different types of linked list are
1) Linear Linked List
2) Double Linked List
3) Circular Linked List
4) Doule Circular Linked List
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a class oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is stream in oop?
What is the purpose of enum?
What is new keyword in oops?
What is polymorphism and why is it important?
Why is there no multiple inheritance?
#include
What is constructor overloading in oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What does and I oop and sksksk mean?
What is super in oop?
What are two types of polymorphism?
Can you inherit a private class?
Is react oop?