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 encapsulation in ict?
Can abstract class have normal methods?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
Which language is pure oop?
Which is not an object oriented programming language?
Can we create object of abstract class?
What are the 4 main oop principles?
What does and I oop and sksksk mean?
Advantage and disadvantage of routing in telecom sector
can we make game by using c
What is a superclass in oop?
Can we define a class within the interface?
What is the oops and benefits of oops programming?
Whats is abstraction in oops?
What is the difference between procedural programming and oops?